01. Working with Shell
Basic Linux Commands
Every user has their own home directory: /home/arindam which helps them to separate other users and provide a workspace. Mostly, the home directory looks like ~[$] (Tilde sign).
echo command prints anything into terminal, e.g., e...
linuxfromscratch.hashnode.dev4 min read