How to run additional shells


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to run additional shells
# 1  
Old 10-10-2012
How to run additional shells

Hi, unix newbi here.

Im currently on the bash shell, what are the commands to run additional shells?
for example i want to run csh and then ksh?

Thanks.

BT.
# 2  
Old 10-10-2012
hmm, not sure what exactly you want.

Issue "ksh" to run the Korn shell, issue "csh" to run the C-shell. Both exit with the "exit" command. I thought this was obvious.

Of course, both these shells have to be installed on oyur system before you can run them. If you get some error like "command not found" trying one of the commands above, chances are they are not. Get your system administrator to install them then.

I hope this helps.

bakunin
# 3  
Old 10-10-2012
You don't need to register multiple users. Closed.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help with if else with additional condition

Input file: 3420023_3422482,3422486_3423070 46910 1795263_1798343 32681 1837399_1838886 1534 2148674_2149696,2149698_2149772 10203 3825382_3825555,3827296_3827900 198 1839890_1840294 72 . . Output file 3420023_3422482,3422486_3423070 3420023_3422482,3422486_3423070 46910 1795263... (1 Reply)
Discussion started by: perl_beginner
1 Replies

2. Shell Programming and Scripting

Run commands in a script in different shells

Hi to all, i have the following problem... i want to run three commands in a script in different shells... the first command is running always and is needed for the second on to run properly... example # Procedure 1 xterm -e exec1 arg1 arg2 # Procedure 2 xterm -e exec2 arg1 arg2 #... (6 Replies)
Discussion started by: paladinaeon
6 Replies

3. UNIX Desktop Questions & Answers

How to run addtional Shells on top of the default shell

Hi What is the command to run additional available shells on top of default shell. I am using bash also how can i tell that the additional shells are actually running? Also what is the advantage of running additional shells on top of your default login shell of bash? Lastly... (1 Reply)
Discussion started by: Bill Thompson
1 Replies

4. Shell Programming and Scripting

Question regarding shells and subshells when a script is run

I have the following script running with nohup on one of my servers: #!/bin/bash #\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ #set log number #i=1 #\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ #Check if log exits, if so incrememnt log number up so we don't clobber #while... (8 Replies)
Discussion started by: DeCoTwc
8 Replies

5. Linux

Additional mirrors on centos

How can I add additional mirrors to my CENTOS distro, according to this page AdditionalResources/Repositories - CentOS Wiki there are few fedora project repositories I'd like to add any of them but I don't know how? Thank you in advance (0 Replies)
Discussion started by: c0mrade
0 Replies

6. AIX

Install additional fonts ?

Hi, I have two fonts installed on my AIX machine: FONT FILE GLYPH FONT ID NAME SIZE ENCODING ==== ============== ===== ========= 0 Erg22.iso1.snf 12x30 ISO8859-1 1 Erg11.iso1.snf 8x15 ISO8859-1 I want to install more, how to obtain available fonts list ? What filesets I must install ?... (0 Replies)
Discussion started by: vilius
0 Replies

7. New to Unix. Which books should I read?

Additional book recommendations

To my surprise, I found many of my personal favorites to be missing from the book recommendations thread. Although dated, Kernighan & Pike's The Unix Programming Environment is a classical introduction, covering the shell, the scripting languages, make, troff, and some fundamental C programming... (0 Replies)
Discussion started by: era
0 Replies

8. UNIX for Advanced & Expert Users

script to run different shells which run different processes

Hi, Would like to ask the experts if anyone knows how to run a script like this: dtterm -title shell1 run process1 on shell1 dtterm -title shell2 run process2 on shell2 cheers! p/s: sorry if i used the wrong forum, quite concussed after watching world cup for several nights; but I... (2 Replies)
Discussion started by: mochi
2 Replies

9. UNIX for Advanced & Expert Users

Help with Additional Password Features

Hello: I have a customer who is requesting the following security features on a Solaris 8 system: 1. Password history for the three previous passwords. 2. User account lockout after 3 failed login attempts. Can anyone help provide me with a solution or direction for the above? (1 Reply)
Discussion started by: rambo15
1 Replies

10. Shell Programming and Scripting

Additional character output

Hi there, I am just wondering if somebody can help me find out why am I getting additional characters on my "echo" command to create a text file. Here's my unix script : #!/bin/ksh #============================================================ # Script Name : chk_ORDHD.ksh # Description... (2 Replies)
Discussion started by: negixx
2 Replies
Login or Register to Ask a Question