man command

How do I find out the group name under Linux operating systems using bash shell prompt? How do I display group information for the specified USERNAME under Linux?

{ 1 comment }

How do convert tabs to spaces in a file using a bash shell?

{ 4 comments }

How do I find a Unix / Linux command?

by Vivek Gite on May 7, 2008 · 3 comments

How do I find UNIX / Linux command for particular task?

{ 3 comments }

Linux / UNIX: Getting help with man page

by Vivek Gite on August 10, 2007 · 3 comments

Q. I’ve CentOS 5 server located in a remote data center. How do I get more help about command and its syntax? A. Linux and UNIX comes with man (manual) pages. man command displays pages from reference manual. You can learn about command and it syntax. Each man page has following information: => Command name [...]

{ 3 comments }

Under KDE or Gnome desktop I get nice facility to search all man pages for particular command or phrase. I am login to remote server over the ssh session. How do I search all the man pages for a particular command at Linux shell prompt?

{ 1 comment }