General Commands You Should Know in Linux/Unix(3rd part)
GO TO FIRST PART
GO TO SECOND PART
13. which : which command display absolute path of the command.
Syntax
which command-name
Example
$ which ls
/bin/ls
$ which firefox
/usr/bin/firefox
$
14. whatis : whatis command display the purpose of command in one line.
Syntax
Thursday, January 5, 2012
0 comments:
Post a Comment