mkbundle(1) - Linux man page Name mkbundle, mkbundle2 - Creates a bundled executable. Synopsis mkbundle [options] assembly1 [assembly2 ...] Description mkbundle generates an executable program that will contain static copies of the assemblies listed…
fork(2): create child process - Linux man page https://linux.die.net/man/2/fork fork(2) - Linux man page Name fork - create a child process Synopsis #include <unistd.h> pid_t fork(void); Description fork() creates a new process by duplicating the…
使用man date来查看date命令的详细信息. lucifer@lucifer-virtual-machine:~$ man date DATE(1) User Commands DATE(1) # 请注意上面这个括号内的数字 NAME <==这个命令的完整全名,如下所示为date且说明简单用途为配置与显示日期/时间 date - print or set the system date and time SYNOPSIS <==这个命令的基本语法如下所示 date [OPTION]...…
http://linux.die.net/man/5/dhcpd.conf Name dhcpd.conf - dhcpd configuration file Description The dhcpd.conf file contains configuration information for dhcpd, the Internet Systems Consortium DHCP Server. The dhcpd.conf file is a free-form ASCII tex…