LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Permissions (https://www.linuxquestions.org/questions/suse-opensuse-60/permissions-335096/)

Shifty02 06-19-2005 04:34 AM

Permissions
 
Does anyone know how to change file, directory and drive permissions in Suse 9.3 Pro?

Thorium 06-19-2005 05:09 AM

http://www.mkssoftware.com/docs/man1/chmod.1.asp

chmod changes permissions, chown changes ownership :)

So for example, if I was in a directory already with a file named blah, and I wanted to change ownership to user, I would do (as root): chown user blah
And now lets say I wanted to make blah executable, I would do: chmod +x blah

Shifty02 06-19-2005 05:45 AM

Thanks 4 the help! I will try it.


All times are GMT -5. The time now is 04:41 AM.