AD408 Advanced

Linux Operating System



Connecting with SSH from a remote machine:
ssh -l username vr6.aa.uic.edu

Listing Files type:
ls

Listing Files with details type:
ls -ltra

Print current working directory type:
pwd

Changing into a directory type:
cd directory


Creating directories type:
mkdir directory

Copying a file from type:
cp filetocopy localfilename

Moving a file or Changing a file name type:
mv filetomove newfilename

Opening a file for editing type:
kate filename &