![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to script to logon servers using id and password | razeeev | Shell Programming and Scripting | 1 | 01-05-2008 08:30 PM |
| umask setting | panknil | Shell Programming and Scripting | 1 | 11-07-2007 12:45 AM |
| Logon script | capeme | UNIX for Dummies Questions & Answers | 4 | 12-06-2006 07:58 AM |
| setting daemon umask | BG_JrAdmin | Linux | 1 | 09-06-2006 09:51 PM |
| setting umask in FreeBSD 5.4 | jimmynath | UNIX for Advanced & Expert Users | 0 | 08-30-2005 12:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
umask setting on a logon script
hi, am new to AIX.
i have an issue. iam asked to change the umask setting on a logon script on a server to prevent writable files. i logged in as the root user and typed in umask and it displays 022, which i believe is 755 for direc and 644 for files. 1) how to I identify where the logon script for the server is? 2) what umask should i put to prevent "world writeable files"(it said world writeable files) replies would be very much appreciated. thank u everybody for ur help. karthik |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
edit /etc/security/user file and set umask = 027 under default configuration
|
|
#3
|
|||
|
|||
|
thanks
thanks very much for your help
|
|||
| Google The UNIX and Linux Forums |