BeginLinux Community
Welcome Guest   [Register]  [Login]
 Subject :What's a MAN page?.. 2009-06-05 18:54:59 
jhanson
Joined: 2009-05-28 08:01:13
Posts: 11
Location
What is a man page really? Does it mean manual page?
IP Logged
 Subject :Re:What's a MAN page?.. 2009-06-06 06:55:01 
MikeW
Rookery Moderator
Joined: 2009-06-03 13:47:46
Posts: 33
Location
a man page is a "manual" page which provides information about a Linux command. You can access a man page by using man followed by a topic.

To view a man page, enter "man", followed by the desired topic.

man ls

The man pages are divided into nine separate categories. They're located in the /usr/share/man directory.
1 user commands and applications
2 system calls and kernel codes
3 library calls
4 device drivers and network protocols
5 file formats
6 games
7 miscellaneous
8 system admin commands
9 kernel specs and interfaces

Exit the man page by typing q.

For example, to view a list of all man pages that contain the keyword "security", enter:

man -k security

You would use "info" pages in the same manner.

info ls
IP Logged
 Subject :Re:What's a MAN page?.. 2009-06-06 14:54:07 
jhanson
Joined: 2009-05-28 08:01:13
Posts: 11
Location
@MikeW

Thanks for clearing that up but what distros use info?
IP Logged
 Subject :Re:What's a MAN page?.. 2009-06-12 12:14:31 
tystorcher
Joined: 2009-06-12 11:09:49
Posts: 6
Location
@jhanson any I think.

@ MikeW How are the pages accessed?
IP Logged
 Subject :Re:Re:What's a MAN page?.. 2009-06-12 12:17:55 
aweber
Rookery Moderator
Joined: 2009-06-03 16:34:16
Posts: 42
Location: Spokane
MikeW Wrote on 2009-06-06 06:55:01:
For example, to view a list of all man pages that contain the keyword "security", enter:

man -k security

After we see the lsit of man pages containing the keyword "security" we can make a selection thus displaying the man page
IP Logged
Need Help? Just Ask!
Page # 


Powered by ccBoard