- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/csh.login do not work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 01:45 AM
03-05-2001 01:45 AM
File /etc/csh.login contains the following statements :-
echo "Testing 1..." > $HOME/temp99
echo "Testing 2..." > /tmp/temp99
When a user (login-shell: /usr/bin/csh) login directly from the CDE panel, the files were NOT created at all. However, if he TELNET in, the files will be created.
How can I get the /etc/csh.login to work when user login directly at CDE Panel ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 02:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 03:02 AM
03-05-2001 03:02 AM
Re: /etc/csh.login do not work
try setting the statement
DTSOURCEPROFILE=true
within $HOME/.dtprofile
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 05:04 AM
03-05-2001 05:04 AM
Re: /etc/csh.login do not work
I created a sample user and I can tell you that I have the same problem. I changed the
DTSOURCEPROFILE=true, and the problem still exist. When you login in the CDE enviroment, the /etc/csh.login would not be read. When
you start a console login, the problem is over.
I read a lot of manpages, but they talk about the DTSOURCEPROFILE, but this is not the solution. Let's try some more.
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 07:07 AM
03-05-2001 07:07 AM
Re: /etc/csh.login do not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 07:42 AM
03-05-2001 07:42 AM
Re: /etc/csh.login do not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 10:55 PM
03-05-2001 10:55 PM
Re: /etc/csh.login do not work
If in the case of CDE login only $HOME/.cshrc is executed, it can mean that the CDE login does not start csh without the -csh argument?!?!
Jacques
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 11:00 PM
03-05-2001 11:00 PM
Re: /etc/csh.login do not work
it can mean that the CDE login starts csh without the -csh argument.
If that is true, is it intentional, or a bug?!?!
Jacques
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 07:33 PM
03-06-2001 07:33 PM
Re: /etc/csh.login do not work
May I know how should I setup the CDE to start with the "-csh" option ?