Linux - Study Mode

[#526] Syntax of any Unix command is:
Correct Answer

(A) command [options] [arguments].

[#527] Which one is used to select only one copy of the repeated lines?
Correct Answer

(A) uniq -u

[#528] Which one of the following is not system V IPC ?
Correct Answer

(C) FIFO

[#529] The keyword 'local' is used
Correct Answer

(A) to define a variable within a function for its local scope

[#530] Sysfs is initialised in . . . . . . . . file via sysfs_init function.
Correct Answer

(A) fs/sysfs/mount.c