Unix - Study Mode
[#806] Which command is used for premature termination of a process?
Correct Answer
(C) kill
[#807] UNIX allows the system administrator to use the only chown to change both owner and group.
Correct Answer
(A) True
[#808] Which option is used with ls to display attributes of the directory ?
Correct Answer
(C) -d
[#809] A file contains 1026 bytes. How many bytes of disk space will it consume if size of a disk block is 1024 bytes?
Correct Answer
(C) 2048
[#810] A file named abd.txt has the following set of permissions -rwxrwxrwx All the three operations i.e read, write and execute can be performed on the file by file owner, group owner and others.
Correct Answer
(A) True