Bash
Bash is the standard shell in Ubuntu. Most of the time, when you work in the terminal, you use bash to run programs, for scripting and to manage your file system.
- Skills needed:
- moving through a file system
- writing and running shell scripts
grep
,pipe
|, output redirection,echo
,ssh
,scp
,rsync
,cat
, mounting devices (lsblk
,mount
,sync
,umount
)