The chsh -l command is used in the following session to display the locations of all the shells available on our system.
What will be an ideal response?
```
$ chsh -l
/bin/sh
/bin/bash
/bin/bash2
/bin/ash
/bin/bsh
/bin/tcsh
/bin/csh
$
```
Computer Science & Information Technology
You might also like to view...
One of the great advantages of relative units like the em unit is that they can makeyour page ______, allowing the page to be rendered the same way no matter what fontsize is used by the browser.
A. expandable B. collapsable C. flexible D. scalable
Computer Science & Information Technology
To compare two strings lexicographically the String method ____________ should be used.
(a) equals (b) equalsIgnoreCase (c) compareTo (d) ==
Computer Science & Information Technology