搜索资源列表
mkdir
- 在用户空间中,建立目录所用的API为mkdir().它在内核中的系统调用入口是sys_mkdir()-tell you the how to "mkdir"
mkdir
- 在Linux系统中,最常用的命令就是mkdir,他的功能就相当于XP系统中,新建一个文件夹-In Linux systems, the most commonly used command is mkdir, his function is equivalent to XP, create a new folder
code
- 一个linux下简单的shell 支持cd,mkdir echo 重定向等操作-A simple shell supported under linux cd, mkdir echo redirection operator
