c - open a man page in linux terminal -


how open man page of mkdir terminal . want manual entry given in following link.

simply give this.

  man 2 mkdir  

from man page of man

1 executable programs or shell commands

2 system calls (functions provided kernel)

3 library calls (functions within program libraries)

4 special files (usually found in /dev)

5 file formats , conventions eg /etc/passwd

6 games

7 miscellaneous (including macro packages , conventions), e.g. man(7), groff(7)

8 system administration commands (usually root)

9 kernel routines [non standard]

you need open system call , have mention 2. if give this, man mkdir open man page of mkdir command.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -