Basics of Linux (1)
2/25/2011
3
Introduction to Linux Environment
Use of Text editor and terminal
Basic Linux Commands
cd : change directory
Syntax: cddirectoryname
ls : list the files in current directory
Syntax: ls
rm : Remove a file from directory
Syntax: rmfilename
cp : Copy the file to specific directory
Syntax: cpfilename direcroryname