Possible Duplicate:
Why do programs in Unix-like environments have numbers after their name?
I have seen several programs, such as GREP(3) and PING(8), listed in manpages. What is the significance of the digit in ()s?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you run
man manyou will see the following information in the man page:Some names are associated with multiple entries, eg on my system ‘sleep’ has an entry in section 1 and an entry in section 3. You can specify the one you want with e.g.
Sometimes I just guess with
which displays each entry associated with sleep in turn. I just go through them until I find the one I want. You can also try
to get a slightly bigger listing of pages involving the term ‘sleep’