🔍
In Unix, files can be protected by assigning each one a 9-bit mode called rights bits. Now, consider the following two statements: I. A mode of 641 (octal) means that the owner can read and write the file, other members of the owner’s group can read it, and users can execute only. II. A mode of 100 (octal) allows the owner to execute the file, but prohibits all other access. Which of the following options is correct with reference to above statemenrs? (A) Only I is correct (B) Only II is correct (C) Both I and II are correct (D) Both I and II are incorrect
0 like 0 dislike

1 Answer

(C) Both I and II are correct
0 like 0 dislike

Related questions

Abstraction and encapsulation are fundamental principles that underlie the object oriented approach to software development. What can you say about the following two statements? I. Abstraction allows us to focus on what something ... and II are correct. (3) Only II is correct. (4) Only I is correct.
Answer : (1) Neither I nor II is correct....

View solution
0 like 0 dislike
1 answer

Which of the following statement is not correct with reference to cron daemon in UNIX O.S? (A) The cron daemon is the standard tool for running commands on a predetermined schedule. (B) It starts ... command lines and the times at which they invoked. (D) Crontab for individual users are not stored.
Answer : (D) Crontab for individual users are not stored....

View solution
0 like 0 dislike
1 answer

Which of the following information about the UNIX file system is not correct? (A) Super block contains the number of i-nodes, the number of disk blocks, and the start of the list of free disk blocks. (B ... Each i-node is 256-bytes long. (D) All the files and directories are stored in data blocks. 
Answer : (C) Each i-node is 256-bytes long....

View solution
0 like 0 dislike
1 answer
0 like 0 dislike
1 answer

Consider the following statements for priority queue: S1: It is a data structure in which the intrinsic ordering of the elements does determine the result of its basic operations. S2: The elements of a priority queue ... . (C) SI is incorrect and S2 is correct. (D) Both S1 and S2 are correct.
Answer : (D) Both S1 and S2 are correct....

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users