Linux - Study Mode
[#201] Which one of the following is not a valid operator in bash shell?
Correct Answer
(C) =<<
[#202] In awk program, the name of the array can not be same with the
Correct Answer
(A) name of variable
[#203] The command "as -o example.o example.s" will
Correct Answer
(A) generate object file example.o
[#204] Which one of the following is a notification to user space from the kernel that something has changed in the system's configuration?
Correct Answer
(A) hotplug event
[#205] What is the command to set the execute permissions to all the files and subdirectories within the directory /home/user1/direct
Correct Answer
(B) chmod –R +x /home/user1/direct