Showing posts with label unix tutorial. Show all posts
Showing posts with label unix tutorial. Show all posts

Thursday, January 9, 2014

apropos command

0 comments

apropos command

It helps to find commands which their descriptions contain a specified word. Displays the name of the command and the first line of the description.

apropos find
Find commands with descriptions that include the word find.

apropos find | less
Find commands with descriptions that include the word find and use less to display the results so you can scroll up or down through them.

     
Read more...

du command

0 comments

du command

Displays usage in kilobytes for contents of the current directory or for a specified file or directory.

du /root

Shows how much disk space is used by the /root directory.

     
Read more...

Saturday, December 21, 2013

Man command

0 comments

man command








     
Read more...

Thursday, December 19, 2013

Who command

0 comments


who command







     
Read more...