请教高手关于linux

木小木

Moderator
注册
2002-02-24
消息
12,213
荣誉分数
2
声望点数
218
有几个问题需要请教
1〉Given the following command line, which error message will be displayed?
[arnold@terminator arnold]$/sbin/fdisk
A - fdisk:Permission denied
B - bash:/bin/fdisk: No such file or directory
C - Usage: fdisk[-1][bSSz][-u]device...
2> Circle the directory that will become the current directory given the following directory structure and command line?
Directory structure:
/home
/home/arnold
/home/arnold/totalrecall/take1
/home/arnold/totalrecall/take2
/home/arnold/topgun
[arnold@terminator topgun]$cd../..
A-/
B-/home
C-/home/arnold
D-/home/arnold/totalrecall
E-/home/arnold/topgun
3>Specify the three different paths to access the file lab1.txt in the lab directory of the student's home directory.
Note: A user's home directory(name of user) is located in the home directory(home), which is located in the root(/)directory
[student@college lab]$________________________<bsolute path
[student@college lab]$________________________<Relative to home directory
[student@college lab]$________________________<-Relative to home directory
4>Write the command that displays swap partitions of the fdisk output.
Note: To view all partitions with fdisk non-interactively, use the command fdisk-l dev/hda
_________________________________
5>Circle the files that will be displayed given the files and the command line listed below?
[student@college student]$1s lab[01]*
lab00
lab01
lab02
lab03
lab30
lab99
lab101
6>Circle the command that displays the path of command?
A-man-p command
B-which command
C-path command
D-find-p command
7>Write the command that will display the output of the directory listing of the current directory one page at a time.
______________________________________:thanks::thanks::thanks:
 
猪头把作业都贴上来了? 可是命令行都没了.

上机转一下不就知道了.
 
声明 我可没有这方面的作业哦
这只是请教的一些问题 对linux我一窍不通的
 
题目残缺吧
Given the following command line
command哪去了???
 
好象缺的不只是第一题。。。
没法做!
 
第一题 我把忘记的部分补上了 能做了吗?
 
1. c
2. b
3. cd ~ , cd , cd /home/student/
7. pwd?
 
谢谢高手 请继续多多多多继续指教:thanks:
 
后退
顶部