du -h Show content of current directory
du -S directory_name Show size of specified directory
pwd Display path to current directory
mkdir directory_name Create directory
cp directory_1 directory_2 Copy directory
mv directory_1 directory_2 Move directory_1 to directory_2
cd /directory_name Enter directory
ls /directory_name Show content of directory
ls -a /directory_name Show content of directory, including hidden files and directories
ls -l /directory_name Show full information about directory content
rmdir directory_name Delete empty directory
rm -r directory_name Delete directory with content
touch filename.txt Create file in current directory, instead of touch there can be any console editor.
locate filename Find file
In process of filling….
