In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "how to use the MAN command in Linux". The content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn how to use the MAN command in Linux.
Man in Linux man is the abbreviation for manual and is used to view the various reference manuals that come with the system, but the man page is divided into several sections, as follows:
1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in / dev)
5 File formats and conventions eg / etc/passwd
6 Games
7 Miscellaneous (including macro packages and conventions), e.g. Man (7), groff (7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
Enter the man+ number + command / function in shell to find out the relevant commands and functions. If no numbers are added, the Linux man command defaults to looking for relevant commands and functions from manuals with smaller numbers.
For example, I was looking for the rand () function in the c standard library. Using man rand directly, I get a manual of the rand command, which is directly used to generate a random number, which is found in manual section 1. If you use man 3 rand, you can get the usage of rand () in the library function you want.
The above is all the contents of the article "how to use MAN commands in Linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Qemu-img convert-f raw openwrt.img-O vmdk openwrt.vmdk https://www.qemu.org
© 2024 shulou.com SLNews company. All rights reserved.