Linux - Study Mode
[#561] For you to create a swap partition by using fdisk, what must the partition's system ID type be?
Correct Answer
(B) 82
[#562] What file contains the list of port numbers (and associated names) monitored by inetd?
Correct Answer
(A) /etc/services
[#563] The location of some system configuration and system administrator executable files, is:
Correct Answer
(D) /sbin
[#564] The file permission 764 means:
Correct Answer
(C) Every one can read, group including owner can write, owner alone can execute
[#565] What will be output of following command: $ echo "The process id is" $$$$
Correct Answer
(C) The process id is <pid><pid>