InterviewSolution
Saved Bookmarks
| 1. |
How will you find total shells available in your system? |
|
Answer» Within your system, there are several shells AVAILABLE. If you want to find all the shells on the system, you can USE $ CAT /etc/shells. Example: $ cat /etc/shells EXECUTION over SHELL Interpreter/Editor: $ cat /etc/shells Output: /bin/sh /bin/bash /sbin/nologin /bin/ksh /bin/csh |
|