Linux - Study Mode
[#511] Write the command to display the current date in the form dd/mm/yyyy.
Correct Answer
(A) date +%d/%m/%Y
[#512] Which command runs the shell built-in command 'command' with the given argument?
Correct Answer
(A) builtin
[#513] In GDB debugging, we can proceed to the next breakpoint with command
Correct Answer
(B) continue
[#514] What is expression in awk programming?
Correct Answer
(C) expression evaluates a value to print, test or pass to a function & also assigns a new value to a variable or field
[#515] The directory /srv contains
Correct Answer
(A) site-specific data which is served by the system