1751889 Members
5214 Online
108783 Solutions
New Discussion юеВ

Is HPUX has tcsh shell?

 
GaneshrajS
Advisor

Is HPUX has tcsh shell?

may I know all shell details in hpux?
Is HPUX has tcsh shell?
12 REPLIES 12
Laurent Menase
Honored Contributor

Re: Is HPUX has tcsh shell?

Not by default, you need to get an unsupported one at:
http://hpux.connect.org.uk/hppd/hpux/Shells/tcsh-6.14.06/
Ganesan R
Honored Contributor

Re: Is HPUX has tcsh shell?

Hi,

The most commonly used shells in hpux are below.

Bourne shell -->Available on all UNIX platforms. It is the oldest and most widely
used shell.

C shell -->It uses a C language-like syntax for shell programming.

Korn shell -->It has more complex and advanced features than the Bourne or C
shell and takes more time to master.

POSIX shell -->IEEE POSIX (Portable Operating System Interface) compliant shell.
It is the default and primary shell for all users on HP-UX.

Each of these shells has its own capabilities and limitations. The default shell used on HP-UX systems is the POSIX shell, although the user is free to choose any of the available shells.
Best wishes,

Ganesh.
OldSchool
Honored Contributor

Re: Is HPUX has tcsh shell?

and of course, if you can find the source, you can always build your own. although google shows that tcsh pretty much hasn't changed in 10 years...
James R. Ferguson
Acclaimed Contributor

Re: Is HPUX has tcsh shell?

Hi:

While you can use any shell you choose for non-root users, NEVER change root's shell from '/sbin/sh' to anything else!

If you do, you will find you have an un-startable system. The 'sbin/sh' is a statically linked binary reprenting the POSIX (Korn superset) shell. Since its libraries are staically linked it doesn't require '/usr' directory to be mounted. Use the dynamically linked '/usr/bin/sh' as the normal user's POSIX shell since its memory footprint will be smaller.

Regards!

...JRF...
Dennis Handly
Acclaimed Contributor

Re: Is HPUX has tcsh shell?

>Ganesan: Bourne shell -->Available on all UNIX platforms. It is the oldest

I don't even think this obsolete shell is even present on HP-UX anymore, at least on 11.23.

If you want to use ftp, you might need to add tcsh in /etc/shells.

>C shell -->It uses a C language-like syntax for shell programming.

You forgot to mention, don't even think of using the scummy C shell.
OldSchool
Honored Contributor

Re: Is HPUX has tcsh shell?

so....merjin seems to have ported tcsh to 10.20 - 11.31

look here for the binaries/depots:
http://mirrors.develooper.com/hpux/downloads.html
ajin
Frequent Advisor

Re: Is HPUX has tcsh shell?

no it don't have
OldSchool
Honored Contributor

Re: Is HPUX has tcsh shell?

"no it don't have"???


what, hp-ux or merjin's site.
if you mean hp-ux, then that's correct (as noted at the begining of the thread. if you mean merjin's site, then you are mistaken.

GaneshrajS
Advisor

Re: Is HPUX has tcsh shell?

-Advantages/Disadvantages for tcsh shell?
-Is it really tcsh shell has some special which other shells doesnt have?