Software Engineering Mcqs

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which command is used to make all files and sub-directories in the directory (progs) executable by all users ?

(A) chmod -R a+x progs

(B) chmod -R 222 progs

(C) chmod -1 a+x progs

(D) chmod -x a+x progs

Submitted By: Ali Uppal


Which commands is used to assign executable permission to all of the files named “letter” ?

(A) chmod ugo+r letter

(B) chmod ugo+rw letter

(C) chmod u+x letter

(D) chmod ugo+x letter

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal


The first set of the three permissions (rw) pertains to the owner of the file, indicating that the owner has_______________?

(A) executable permission only

(B) write and executable permissions

(C) both read and executable permissions.

(D) both read and write permissions

Submitted By: Ali Uppal


You can append to a file instead of overwriting by using the________________?

(A) > symbols

(B) >> symbols

(C) < symbols

(D) << symbols

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal