搜索:logout

找到约 6 项符合「logout」的查询结果

结果 6
https://www.eeworm.com/dl/619/143023.html Linux/Unix编程

一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout

一个简单的shell,实现4个功能: (1)cd (2)pwd (3)pid (4)logout
下载 91
·
查看 1100
https://www.eeworm.com/dl/619/459208.html Linux/Unix编程

实现简单的Linux Shell

实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令
下载 26
·
查看 1066
https://www.eeworm.com/dl/534/324903.html 其他

This assessment creates an initial version of the auction project that allows user to register, logi

This assessment creates an initial version of the auction project that allows user to register, login, and logout. Registered users can post items (advertisements) for auction.
下载 20
·
查看 1064
https://www.eeworm.com/dl/619/143330.html Linux/Unix编程

实现Shell

实现Shell,能处理命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号(getpid()系统调用) logout :退出shell ls [-l] rm [-r] mkdir, mv, cp
下载 184
·
查看 1077
https://www.eeworm.com/dl/619/189685.html Linux/Unix编程

Linux中Shell的几条简单命令的实现,基本框架已经搭好了

Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell ...
下载 157
·
查看 1155
https://www.eeworm.com/dl/629/382021.html 磁盘编程

多用户多级目录的文件系统,(1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read

多用户多级目录的文件系统,(1)具有login (用户登录) (2)系统初始化(建文件卷、提供登录模块) (3)文件的创建: create (4)文件的打开:open (5)文件的读:read (6)文件的写:write (7)文件关闭:close (8)删除文件:delete (9)创建目录(建立子目录):mkdir (10)改变当前目录: ...
下载 126
·
查看 1113