Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
<TT>r--r----- myfile.txt chmod u+w myfile.txtrw-r----- myfile.txt chmod g+w myfile.txtrw-rw---- myfile.txt chmod o+r myfile.txtrw-rw-r-- myfile.txt chmod a+x myfile.txtrwxrwxr-x myfile.txt</TT>
<TT>chmod go-wx,u+w myfile.txt</TT>
<TT>chmod u=rwx,g=rx,o=r myfile.txt</TT>
<TT>chmod ugo=rw myfile.txt</TT>
#
Return to CLI magic: mother, may I?
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:chmod without binary counting
Posted by: Administrator on February 01, 2004 12:47 AMYou can also combine the letters, like so:you can also do this:or this:..and so on and so on.
#