Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
initializing .profile in korn shell ?
Name: iraja Date: January 1, 2002 at 19:51:50 Pacific
Comment:
Hi every one, which files are read automatically in KORN shell,when we open a termninal window...like in cshell..these files are .cshrc and .login. but wht abt korn shell ?..i wrote a script in .profile which is supposed to be executed everytime we open up a terminal window ..but it doesnot works ( this is new user so i created a .profile fm scratch fr this one)..the profile in /etc/profile does get executed when i move the .profile in user account. and even when i initialize .profile manually it works fine with following command. ->. ./.profile but its not getting executed automatically whenever we open a terminal window ?
Summary: hi, i want to redirect to another web page from a korn shell cgi script. i don't know how can i redirect to some other page from a korn shell script. actually i want to create user from a korn shell s...
Summary: Hi, I have an env file with multiple lines separated by semicolon. I would like to retrieve a particular line from the file, extract each field separated by the semicolon store them in variables. I am...
Summary: Hi, I have to automate the connection to openSSH and realize sftp connection in a korn shell script. I'm surfing the net for a solution but don't find it yet. Can anybody help me please. Thanks. St...