Monday, 26 March 2018

UNIX Commands

mkdir folderName
cd folderName
To go back
cd ..
vi filename.txt
Esc :wq
clear
whoami
cat filename.txt   #output the contents of file

No comments:

Post a Comment