Sunday, September 20, 2009

Linux and UNIX chmod command

I always forget and keep having to google this.

Link

To change the permissions on a directory as well as all files and directories below...

sudo chmod 777 -R [directory path]

ex: sudo chmod 777 -R /media/Media/TV

No comments:

Post a Comment