- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tcsh implementation
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-06-2001 06:49 AM
03-06-2001 06:49 AM
It shows up in the loaded software in SAM, but I can't run it. The documentation mentions makefiles but I am unable to sort it out. Any ideas ?
Thanks,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 07:32 AM
03-06-2001 07:32 AM
Re: tcsh implementation
Did you read all the documentation ?
try searching for a precompiled binary ?
post the error details to this forum &
PLEASE send any bug reports (and fixes), code for new features, comments, questions, etc. (even flames) to:
The tcsh mailing list
tcsh@mx.gw.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 07:34 AM
03-06-2001 07:34 AM
Re: tcsh implementation
If yes, then try "/opt/tcsh/bin/tcsh".
If no, strange...
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 08:31 AM
03-06-2001 08:31 AM
Re: tcsh implementation
Yes, /opt/tcsh/bin/tcsh is there and if I issue the command /opt/tcsh/bin/tcsh, it executes just fine.
I am making the assumption that I would assign this as the default shell in SAM much like csh or sh. Or, do I execute the above command in a login script ?
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 09:11 AM
03-06-2001 09:11 AM
SolutionYou can specify the tcsh shell as the default shell for a user in /etc/passwd by using the full path name just like any other shell.
You should add the entry to the /etc/shells file or create one with it and the following standard entries:
/sbin/sh
/usr/bin/sh
/usr/bin/rsh
/usr/bin/ksh
/usr/bin/rksh
/usr/bin/csh
/usr/bin/keysh
/opt/tcsh/bin/tcsh
For more information see 'man (4) shells'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2001 09:46 AM
03-06-2001 09:46 AM
Re: tcsh implementation
The shells file seems to be ignored, but....
by modifying the passwd file, it works. I can now implement it for my user.
Thank you all very much for your help.
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2001 10:27 AM
03-07-2001 10:27 AM
Re: tcsh implementation
/opt/tcsh/bin/tcsh
entry into /etc/shells otherwise any
users using that shell will be unable
to use ftp. Helps to avoid future
confusion.