hwg-basics archives | Sep 1999 | new search | results | previous | next |
Re: What's chmod?by "Cindy Stanley" <stanleysupport(at)prodigy.net> |
|
From: Ben Bradley <kingben(at)bigfoot.com> >When I was about to upload a cgi script to my server, it said set chmod to a >number. What is it (chmod not the number)? On a Unix system, chmod sets the permission of a file or directory. The permissions could be one or any of the following: Read, Write, Execute, or No permission This is done once the particular file has been uploaded to the server. The following is compliments of Phillip Perry, another fellow member of the hwg: rwx rwx rwx chmod 777 filename rwx rwx r-x chmod 775 filename rwx r-x r-x chmod 755 filename rw- rw- r-- chmod 664 filename rw- r-- r-- chmod 644 filename U = User G = Group W = World r = Readable w = writable x = executable - = no permission -- Cindy K. Stanley
HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA