Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

06-Lab-Linux-Bash-Shell.md

File metadata and controls

14 lines (10 loc) · 426 Bytes

Lab - Linux Bash Shell

  1. To check the default shell for the current user.Display the shell for the current user but not necessarily the shell that is running at the movement.
    $ echo $SHELL
    
  2. To change the shell for bob from Bash to Bourne Shell
    $ chsh -s /bin/sh bob