Commands:
- clear - clear the screen
- pwd - present working directory
- ls - list all files
- cd - change directory
- cd folder_name&&ls - change directory and list all the files inside
- mkdir -p Dir_Name/{subDir1,subDir2} - make directory and subdirectories
- rm -rf file_path - delete file permanently (not goin to trash)
Keyboard:
- ctrl+c or ctrl+z - to stop process in terminal
No comments:
Post a Comment