c*******r 发帖数: 8 | 1 【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: cattybear (猫熊), 信区: Programming
标 题: 再来一份UNIX的题。
发信站: Unknown Space - 未名空间 (Mon Sep 27 21:32:58 2004) WWW-POST
我这儿还有好多C++,MFC之类的ONLINE TEST的题,是找工作
经常能碰到的。大家有兴趣的做一做。 :-)
UNIX Technical Quiz
Given to:__________________ Date/Time:______________
User
1) Which of the following is not a UNIX command?
a. cd
b. dir
c. man
d. ls
2) What command is used to get help in UNIX?
a. man
b. help
c. netstat
d. ping
3) To create a directory, which command is used?
a. mkdir
b. | s*****l 发帖数: 2041 | 2 answers?
I found some are pretty easy, but not sure of others.
【在 c*******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区,原文如下 】 : 发信人: cattybear (猫熊), 信区: Programming : 标 题: 再来一份UNIX的题。 : 发信站: Unknown Space - 未名空间 (Mon Sep 27 21:32:58 2004) WWW-POST : 我这儿还有好多C++,MFC之类的ONLINE TEST的题,是找工作 : 经常能碰到的。大家有兴趣的做一做。 :-) : UNIX Technical Quiz : Given to:__________________ Date/Time:______________ : User : 1) Which of the following is not a UNIX command?
| x*********g 发帖数: 11508 | 3
抛砖引玉。先把我的答案贴上,欢迎批评指正,有兴趣的人可以一起讨论。
User
my answer: b
my answer: a
my answer: a
my answer: c
regex?
my answer: a
my answer: b
Shell?
my answer: c (not sure)
my answer: d
another?
my answer: a
my answer: I don't know. guess a
my answer: a
my answer: a
my answer: not sure a or b. guess b
my answer: d
Actually, I do the following to set up a new user (solaris):
mkdir $HOME (create $HOME directory)
adduser username (instead of edit /etc/passwd)
passwd username (instead of sync?)
chown username:group
【在 s*****l 的大作中提到】 : answers? : I found some are pretty easy, but not sure of others.
|
|