Common Linux Commands – Part 1
Common Linux Commands – Part 1 1. Common Commands / # Enter the home directorymkdir # Create a folder (mkdir 12345)touch # Create a file (touch 1.txt)vi # Create a file and edit content (vi 1.txt, insert to input content, esc to stop, :wq to save and exit)sudo mv # Rename a file (sudo mv … Read more