Linux - Study Mode

[#361] As we type "make" command on the terminal
Correct Answer

(A) make reads the makefile in the current directory

[#362] which of these is NOT a valid variable in bash
Correct Answer

(D) some-var (some hyphen var)

[#363] Which command is used to display disk consumption of a specific directory
Correct Answer

(A) du

[#364] Attributes can be exported for objects in the form of . . . . . . . . in the file system.
Correct Answer

(A) regular files

[#365] Find / -name '*' will
Correct Answer

(A) List all files and directories recursively starting from /