November 1998
Beginner
368 pages
7h 58m
English
You can change your shell temporarily by creating a sub-shell and using that instead of the original shell. You can create a sub-shell using any shell available on your UNIX system. This means that you can look in the /etc/shells file and use a shell listed there, or you can use a shell installed elsewhere on the system (Code Listing 3.6).
To find out which temporary shells you can use:
1. | cat /etc/shells |
2. | ls /usr/local/bin *sh |
Read now
Unlock full access