Common Commands for Linux Ubuntu Docker
cd / # Enter the root directory pwd # Print the current directory (command meaning: print work direction) ls # Display all files nano 文件名称 # Edit and open a file # After editing, save using keys CTRL+O enter CTRL+X rm -r # Delete a folder mkdir # Create a new folder # Write content … Read more