Unix - Study Mode
[#591] Which option is used for backing up destination file in mv command?
Correct Answer
(A) -b
[#592] What is a shell script?
Correct Answer
(C) a file containing a series of commands
[#593] Shell is a command interpreter used for interacting with a UNIX system.
Correct Answer
(A) True
[#594] The target pattern is optional.
Correct Answer
(A) True
[#595] The complete set of positional parameters is stored in . . . . . . . . as a single string.
Correct Answer
(C) $*