Basic Terminal Commands in Linux Ubuntu
I have learned and practiced using the command line from tutorialspoint
ls is command for showing list of item in directory.
pwd command is an abbreviation of “print working directory”
cd command is an abbreviation for “change directory”.
If you use cd command and pwd command, it will show the current working directory is the directory where the user is working.
cd ~/ or cd means “change directory to admin directory”
cd / means “change directory to root directory”
cd .. means “back to outside directory”
whoami is command for show your current username.
ls > Text.txt is command for making file(You can add your path like something)