-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2023-05-10 18:30:02下载
- 积分:1
-
用802个证人
linux下 用来通过802.1x人证-used by 802 witnesses
- 2022-11-19 14:10:03下载
- 积分:1
-
这本书是为网络管理我提供一个单一的参考。
This book was written to provide a single reference for network administration in a Linux environment.
Beginners and experienced users alike should find the information they need to cover nearly all important
administration activities required to manage a Linux network configuration.
- 2023-07-25 07:20:03下载
- 积分:1
-
一个可以引导多个操作系统的启动程序,支持可信计算的源代码。...
一个可以引导多个操作系统的启动程序,支持可信计算的源代码。-Multiple operating systems to guide a start-up procedures, to support the credibility of the source code of the calculation.
- 2022-07-11 09:57:56下载
- 积分:1
-
ATARAID driver, easy
ATARAID的驱动程序, 简单易懂-ATARAID driver, easy-to-read
- 2022-03-30 17:54:14下载
- 积分:1
-
网络与麻将游戏的单一来源
一个网络和单机的麻将游戏源码-network and a single source of mahjong game
- 2022-08-08 02:17:06下载
- 积分:1
-
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。...
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。-Tmake generate their own use a Makefile, compile the following example, the Friend tmake interest can be downloaded.
- 2022-02-21 10:49:07下载
- 积分:1
-
Linux Advanced Techniques
Linux高级技巧-Linux Advanced Techniques
- 2022-04-09 23:10:31下载
- 积分:1
-
ARC linux user guide
ARC linux user guide -ARC linux user guide
- 2022-02-07 11:38:09下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1