Welcome Message

Hi, welcome to my website. This is a place where you can get all the questions, puzzles, algorithms asked in interviews and their solutions. Feel free to contact me if you have any queries / suggestions and please leave your valuable comments.. Thanks for visiting -Pragya.

January 7, 2010

Basic UNIX commands

ls -> List all files
ls-l -> Lists files in long format; e.g. the exact size of the file, who owns the file and who has the right to look at it, and when it was last modified.
ls-a -> Lists all files including those whose name starts with a .(dot)

No comments: