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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -