20 Apr 2017

Terminal Commands for Everyone!

ls - Get list of the files in the directory.

cd <directoryName> - Change directory.
cd .. - Up to one directory level.
cd - Returns to home directory.
cd /<directoryName> - Jump into directory in the root.

pwd - Show path to the current directory.

mkdir <directoryName> - Make directory.
mkdir /<directoryName> - Make directory in root directory.

rm <fileName> - Remove file.
rmdir <directoryName> - Remove directory.

mv <fileName> <newFileName> - Move or Rename File


No comments:

Post a Comment

Popular Posts