Most Useful Ubuntu Commands
1. Open Terminal :
To open a terminal use below key board shortcut
ctrl + alt + T
2. Clear Terminal :
To clear terminal use below command
clear
3. Files / Folders:
a. create a file
touch filename
b. create a folder
mkdir foldername
c. list f...
codesimplify.hashnode.dev4 min read