木小木
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
ermission 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:
1〉Given the following command line, which error message will be displayed?
[arnold@terminator arnold]$/sbin/fdisk
A - fdisk
![Stick Out Tongue :P :P](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
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: