Unix - Study Mode
[#766] A variable can be removed using . . . . . . . .
Correct Answer
(A) unset
[#767] The name of the script is stored in which special parameter?
Correct Answer
(B) $0
[#768] Which file is executed every time a second shell is called up?
Correct Answer
(B) rc file
[#769] Soft linked files are provided with different inode number as the original one.
Correct Answer
(A) True
[#770] Search and replace operations can also use regular expressions for matching multiple patterns.
Correct Answer
(A) True