Computer Science - Unix

Exercise : Unix - Section 2
36.
Which command is used to copy a file wb with the same name from the programs directory to the misc directory?
copy programs/wb misc/wb
cp programs/wb misc
tar programs/wb misc/wb
copy a:programs/wb b:misc/wb
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

37.
Which is the earliest and most widely used shell that came with the UNIX system?
C shell
Korn shell
Bourne shell
Smith shell
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

38.
The seventh field of /etc/password is
password
login
shell
home
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

39.
Which command is used to display the end of the file?
head - r
tail
eof
bof
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

40.
Which command is used to create a directory?
crdir
md
mkdir
cr
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.