Linux - Study Mode
[#316] Which command wait for the specified process to complete and return the exit status?
Correct Answer
(B) wait
[#317] Static files of the bootloader are installed in
Correct Answer
(A) /boot directory
[#318] Which built-in function divides string into pieces seperated by fieldsep and stores the pieces in array?
Correct Answer
(A) split()
[#319] If you are a root user, how can you grand execute permission only for the owner of the file project1?
Correct Answer
(B) chmod u+x project1
[#320] Assuming the files fileA, fileB, fileAB, fileBC and fileABC, exist in a directory, which files match with the pattern file[ABC]?
Correct Answer
(C) fileA and fileB