![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sound with Mandrake 9 | KrazyGuyPaul | UNIX for Dummies Questions & Answers | 2 | 06-10-2003 08:10 AM |
| Sound Problems | silvaman | UNIX for Advanced & Expert Users | 7 | 05-27-2003 06:08 AM |
| Please help me with my sound card... | LittleMan | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 07:13 AM |
| sound card ????? | challenger | UNIX for Dummies Questions & Answers | 4 | 06-09-2002 06:41 PM |
| bip sound | didi | Shell Programming and Scripting | 2 | 11-13-2001 09:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Does this sound right?
A user's default permissions when creating new files or directories is set by the umask of either the system or in the startup script of the user itself. For example, I have 'umask 022' in my .profile which means that my default permissions will be 755. Typically, the system default umask is 022, but as systems become more secure, administrators are setting the default umask to 027 which yields 750 permissions.
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
That depends on what kind of system you're talking about and what kind of protection you want... the more protection you have, the best, so in this particulary case, umask 027 is best than 022... just be careful to not disrupte any running/needed service... |
||||
| Google The UNIX and Linux Forums |