Thursday, April 30, 2009

CHMOD, UNIX Permission

I tried to find a good example of how to give all permissions in chmod.
They are very hard to find.

If you want to give all permissions to all files in a directory type

chmod 777 * for all files without an extention
chomd 777 *.* for all files with an extention

hope this helps.

No comments:

Post a Comment