Thread: chmod
View Single Post
Old 2005-05-28, 08:30 AM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I keep a cheat sheet here
http://www.cleos-porn-links.com/adul...aster-help.php
Scroll down just a bit to see two different permissions tools.

If you want to change the permissions on a file after you have telneted or SSH in to your server you would type.
chmod 755 NAME_OF_FILE
and then hit return

To do all the files in a directory it is the same but you have to add the reclusive flag like this.

chmod -R 755 NAME_OF_DIRECTORY
and then hit return
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote