Computers |
|
| | #1 (permalink) |
| Wizard Techie Join Date: Jun 2005
Posts: 3,370
| How can you set the file permissions to read, write, and execute for the owner only but not allow groups or others to read, write, or execute by defualt when you make a new file. By defualt I currently have these file permissions owner = read, write, exucute group = read, exucute other = read, exucute drwxr-xr-x
__________________ Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan |
| | |
| | #3 (permalink) |
| Wizard Techie Join Date: Jun 2005
Posts: 3,370
| I'll admit I haven't fully looked over the manuals but isn't that for changing individual files and folders not setting a defualt.
__________________ Vista Discussion | 64 Bit Discussion |Microsoft Homepage | Yo Linux | Paul Thurrott | Fire Fox | Thunder Bird | Image Shack | Photo Bucket | Put File | Anti-Spyware | MS Anti-Spyware | Trillian | Anti-Virus | On Line Virus Scan |
| | |
| | #4 (permalink) |
| Master Techie Join Date: Apr 2004
Posts: 2,532
| chgrp in combination with chmod use it on home directory, should do it I think http://www.tuxfiles.org/linuxhelp/fi...s.html#howsymb |
| | |
| | #5 (permalink) |
| Junior Techie Join Date: Nov 2005
Posts: 74
| use umask; in ~/.bashrc put something like Code: umask 077
__________________ www.pdgaskell.co.uk |
| | |
| | #7 (permalink) |
| Junior Techie Join Date: Nov 2005
Posts: 74
| Oops, sorry. Fixed it now
__________________ www.pdgaskell.co.uk |
| | |