Saturday, December 13, 2008

Linux Command

1. file: identify files by examining their contents.
2. wc: print newline, word, and byte counts for each file.
3. whereis: locate the binary, source, and manual page files for a command.
4. whoami: print effective userid
5. test: check file types and compare values
6. which: locate a command. $ which -a ls
7.

No comments: