Results 1 to 3 of 3
I am using Suse 10.1 and have just installed a new application.
To complete the installation, the instructions tell me:
"Finally, the script will generate two files, isis_cshrc and isis_profile, ...
- 08-27-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 6
Where are the .cshrc or .profile files?
I am using Suse 10.1 and have just installed a new application.
To complete the installation, the instructions tell me:
"Finally, the script will generate two files, isis_cshrc and isis_profile, in the current working directory. When the script is done, the commands contained in these files should be placed in the users .cshrc or .profile file or in a system-wide startup file."
I do not know whether .cshrc and .profile are supposed to be in the application or are part of Suse. Either way, I can't find them.
Alternatively, it says I can place them in a "system-wide startup file". Can anyone tell me where in the Linux directory system I can find one of these files?
Terry.
- 08-27-2007 #2Linux Newbie
- Join Date
- May 2006
- Location
- Kansas
- Posts
- 187
Your .profile should be located in your $HOME directory for the user you are logged in as. Something like /home/userid
You have to use a "-a" to see the "hidden" files. Hidden files start with a "." in Linux.
- 08-27-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 6
Thanks!
Thanks Kahoona..I didn't realise they were hidden files. I've found them and inserted them into the script now.
Thanks again,
Terry.


Reply With Quote