LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I change premission? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-change-premission-199104/)

brynjarh 06-29-2004 10:57 AM

How do I change premission?
 
I just added the folder /usr/share/icons/TuxnTosh/
Now I want the premission on the folder and all the files in it to be 755, how would I do that?

I'm not able to use these icons on my account except I change the premission right? Since the owner is root.

darthtux 06-29-2004 11:01 AM

As root
chmod -R 755 /usr/share/icons/TuxnTosh/

arobic 06-29-2004 11:02 AM

Hi!

To change permission, use:
chmod 755 <filename or directory>


All times are GMT -5. The time now is 11:13 AM.