LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   file permission error (https://www.linuxquestions.org/questions/linux-newbie-8/file-permission-error-4175414096/)

arifkhanmsc 06-29-2012 11:54 PM

file permission error
 
Dear friends

Happy morning

i have using centos 5.5 file server with ad authedication and for few month i got some issue and the issue is file read only problem and i have done changed to default permission and also chmod to 02775 and also changed changed owner permission to administrator and group and its work but still problem not yet solved some of the files are shown read only problem

j-ray 06-30-2012 02:56 AM

Welcome to LQ!
You can change permissions of files when you own them or when you are logged in as root. As root you should be able to change everything according to your needs.

rosehosting.com 06-30-2012 03:38 AM

For recursive changing use the switch -R

Code:

chown -R user:group /path/to/directory
For more details one these commands, refer to their respective man pages:

Code:

man chmod
man chown



All times are GMT -5. The time now is 09:10 PM.