Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 899

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 531

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 532

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/bootstrap.inc on line 534
Using man Command in Linux | Configure Install Setup Web CMS Configuration

Using man Command in Linux

warning: Cannot modify header information - headers already sent by (output started at /home/content/k/h/a/khairisuleiman/html/index.php:3) in /home/content/k/h/a/khairisuleiman/html/includes/common.inc on line 141.

Red Hat Linux uses the man command to display online help text. The text to be displayed is known as man page, and is displayed using the command:

man<man-page>

(Replace <man-page> with the name of the desired man page.)

Often you will see a man page followed by a number or letter within parentheses; this number or letter denotes the section under which the man page is filled. The sections include;

  • Section 1 – user commands
  • Section 2 – system calls
  • Section 3 – subroutines
  • Section 4 – devices
  • Section 5 – file formats
  • Section 6 – games
  • Section 7 – miscellaneous
  • Section 8 – system administration
  • Section I – local
  • Section n – new

For example is chroot (1) and chroot (2) where the is one instance of the section number exists with the same name, you need to include the section number such as below command:

man 2 chroot

man

Output :

man

To display the next man page, press the [Space] bar key; and to quit, press [Q].


Custom Search