All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
korn shell
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
korn shell - Mar. 28, '03, 6:23:19 PM
|
|
|
pburns
Posts: 4
Joined: Mar. 28, '03,
Status: offline
|
The Korn shell is supposed to start up a .profile file in your local directory upson startup of a login shell. When this happens I get an error message
" ksh: /dev/fs/C/pburns/.profile ignored: improper write permissions"
Any ideas?
The file' s permissions allow reading, writing, execution and the sticky bit is not set.
|
|
|
RE: korn shell - Mar. 28, '03, 6:36:43 PM
|
|
|
Rodney
Posts: 3728
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
Make sure that you own the file and set the mode of the file to " 600" :
chmod 600 .profile
|
|
|
RE: RE: korn shell - Mar. 28, '03, 8:18:47 PM
|
|
|
pburns
Posts: 4
Joined: Mar. 28, '03,
Status: offline
|
OK thanks for the help. It turned out that the default umask setting for the tcsh was 0, which combined with the default system mask, resulted in a file creation which has the group and other read/write permission turned on. The tcsh shell wouldn' t read the file until the other/group write permissions were turned off. I created the .tcshrc and the .profile files in the tcsh shell so this created the problems for both shells.
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|