adplus-dvertising
frame-decoration

Question

Which of the following changes permission to deny write permission to group and others?

a.

Chmod go-w filex

b.

Chmod go w filex

c.

Chmod go=w filex

d.

None of the above

Answer: (a).Chmod go-w filex

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following changes permission to deny write permission to group and others?

Similar Questions

Discover Related MCQs

Q. Which of the following OS treats hardware as a file system?

Q. An example of a memory management system call in UNIX is:

Q. An example of a directory found in most UNIX system is:

Q. The “nice” command is used in Unix:

Q. Which of the following is not an Unix Command ?

Q. A system call in Linux operating system to create a new child process, which is a copy of the parent process:

Q. The environment variable in Linux, that contain a list of directories the shell automatically recognizes.

Q. In Linux, the subdirectory that contains system configuration files including user passwords:

Q. Linux partitions are created using the file system:

Q. Which UNIX/Linux command is used to make all files and sub-directories in the directory “progs” executable by all users?

Q. Consider the following statements :

(a) UNIX provides three types of permissions
* Read
* Write
* Execute
(b) UNIX provides three sets of permissions
* permission for owner
* permission for group
* permission for others

Which of the above statement/s is/are true?

Q. Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation.

Windows
(a) Create - process ()
(b) WaitForSingleObject ()
(c) CreateFile ()
(d) CloseHandle ()

UNIX
(i) Open ()
(ii) Close ()
(iii) Fork ()
(iv) Wait ()

Code :
(a) (b) (c) (d)