免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1904 | 回复: 5
打印 上一主题 下一主题

请教redhat9.0如何用U盘? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-04-08 07:53 |只看该作者 |倒序浏览
谢谢

论坛徽章:
0
2 [报告]
发表于 2004-04-08 07:57 |只看该作者

请教redhat9.0如何用U盘?

请看置顶帖子“一句话问答”

论坛徽章:
0
3 [报告]
发表于 2004-04-08 07:59 |只看该作者

请教redhat9.0如何用U盘?

谢!原题
1. Write the UNIX shell.
Even the simplest of real UNIX shells is thousands of lines of C
code. Don't worry, you will be writing a minuscule, super-simplified
shell. Your shell shall accept lines of input from standard input
until EOF. Don't worry about issuing a prompt, command-line editing,
etc. Each line is a command to be executed. The shell should fork to
create a new process in which to run the command, exec the program,
wait for and report the exit status, and report the real, user and
system time consumed by the command. You may assume that each command
is formatted as follows:
command {argument {argument...} }
The above optional arguments are whitespace-delimited, i.e. they are
separated by one or more tabs or spaces. This will simplify parsing. A
line that begins with the # character is a comment and should be
ignored.
Hints: The following system calls will be useful for this project:
fork, exec, and wait4. The C library function gets can be used to read
one line of string. Check their man pages if in doubt.

论坛徽章:
0
4 [报告]
发表于 2004-04-08 08:07 |只看该作者

请教redhat9.0如何用U盘?

这个和U盘有什么关系。自己看一下某个shell的源码就行了。

论坛徽章:
0
5 [报告]
发表于 2004-04-08 09:11 |只看该作者

请教redhat9.0如何用U盘?

mount -t vfat /dev/sda1 /mnt/usb
OR
mount -t vfat /dev/sda /mnt/usb

论坛徽章:
0
6 [报告]
发表于 2004-04-08 09:15 |只看该作者

请教redhat9.0如何用U盘?

不知道,我插上去就能用了。
我的移动硬盘却不能用。

都是操作系统不成熟造成的!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP