Sunday, February 17, 2013

Linux Basic Commands

#pwd
(To check present working directory)

#cd
(Change Directory)

#cal
(Display current month calendar)

#cal 2012
(Display 2012 year calendar)

#cal 02 2012
(Display feb month of 2012)

#date
(Display current date with month and time)

#man
(its like Help command in linux)

#ls
(for listing folder and files)

#ls -l
(for long listing)

#ls -l /home
(List /home directory)

#ls -al
(Listing all file including hidden files, hidden files in linux start with .(DOT))



0 comments: