|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Discuss UNIX and Linux user interfaces like GNOME, KDE, CDE, and Open Office here. All UNIX and Linux Newbies Welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Can someone point me to the right command to to run another shell on top of your default shell?
Thanks PS If admin sees this It is not home work. I am old man who wants to learn unix in my spare time. I CURRENTLY DO NOT GO SCHOOL, COLLEGE OR UNIVERSITY. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
After you login, # preceed comments and are not commands you enter. Code:
# to get the bash shell /bin/bash # to get the ksh shel /bin/ksh When you want to quit, you will be down inside a second shell. So that means you next to type exit <return> exit <return>. The first exit gets you out of your preferred shell, the second one gets you out of unix. |
| Sponsored Links | ||
|
|
#3
|
|||||
|
|||||
|
Quote:
Thank you. Can i ask you one last question. Lets say my default shell is bash and then i load up csh and then ksh. How would i exit csh without exiting ksh? so basically i gone from bash > csh > ksh and i wish to close csh
Last edited by bakunin; 10-10-2012 at 05:47 AM.. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any shell or hack that makes the shell command line take vi commands? | marqul | Shell Programming and Scripting | 3 | 05-31-2012 10:05 AM |
| Shell script running command in different shell | gr8_usk | Shell Programming and Scripting | 9 | 05-23-2011 06:30 PM |
| Need to Write Shell Script based off of this shell command | Rally_Point | Shell Programming and Scripting | 3 | 06-10-2009 05:19 PM |
| How to Start a Shell as Login shell instead of ordinary shell | Sivaswami | Linux | 3 | 07-01-2008 01:52 PM |
| How to run a command in shell 'A' from shell 'B' | rakabarp | UNIX for Dummies Questions & Answers | 1 | 09-29-2004 03:15 AM |
|
|