24 Mar
2001
24 Mar
'01
03:47
ADMIN R00T wrote:
Hi all! I would like to know if there is a command to change the permisiions in a directory! In my case :i want to move a folder to /usr/share/doc/ but i want the folder to have the normal user permissions! Is it possible to do that? Thank you in advance!
Mmmm, ADMIN ROOT, he? Not sure if admin root should be sending questions like these though. So any way: Do: chmod 755 <directory> This will give you rwx (4+2+1)owner, r-x(4+1)group and others. ls -al shows you these 'rights'. -- Cheers, Joost van der Lugt mailto:jvdl@sirius.com