Command | Purpose/Description |
---|---|
Echo | Display Text example: Echo ‘Hello, World’ Echo $0 |
Who am i | Displays Current User |
apt update | updates the existing system. – apt stands for “Advanced Package Tool” |
apt install nano | install Nano editor Nano editor is an alternative to Vi editor |