Results 1 to 4 of 4
Hey all
I am currently running Mandriva free and I have installed XAMPP on my system I have tried to access a folder that I have placed on my server ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-16-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
File Permissions
Hey all
I am currently running Mandriva free and I have installed XAMPP on my system I have tried to access a folder that I have placed on my server and it is saying that I have forbidden access to it
drwxrwxr-x 5 root root 4096 Jul 16 08:52 online/
that is what I currently have for the file permission and I believe that I need to change the 5 to a 1
Am I right?
and if so can someone please tell me how to change it
otherwise can someone tell me what I must do to access the folder?
thanks in advance
- 07-16-2006 #2Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Please ignore this now I have rectified the problem
I done it by entering
chown -R root /online
thanks all those who viewed the problem
- 07-16-2006 #3
For next time ...
Hey DarkPhantM:
Next time you can try the chmod command like
This would give all write permission (including youCode:chmod a+w directory_name
)
for other optionsCode:man chmod
- Clouds don't crash - Bertrand Meyer
registered Linux user 393557
finally - hw to brag about - but next year it will look pitifully quaint:
Athlon64 X2 3800 - 1G PC3200 - 250G SATA - ati radeon x300
circa 2006
- 07-16-2006 #4Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi DarkPhantM,
Read this also : -
http://www.linuxforums.org/security/...rmissions.html
With Regards,
Thinker


Reply With Quote
