Software Engineering Mcqs

Submitted By: Ali Uppal


Submitted By: Ali Uppal


The field separator in cut command is specified with________________?

(A) -a option

(B) -d option

(C) -r option

(D) -x option

Submitted By: Ali Uppal


What command is used to copy a file ?

(A) tar

(B) cpio

(C) cp

(D) copy

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which command is used to count just the number of characters in a file?

(A) wc – 1

(B) wc -c

(C) wc -w

(D) wc -r

Submitted By: Ali Uppal


Which command is used to copy all files having the string chap and any two characters after that to the progs directory ?

(A) cp chap?? progs

(B) cp chap* progs

(C) cp chap[12] /progs/*.*

(D) cp chap?? /progs/*

Submitted By: Ali Uppal


What command is used to set user and group quotas ?

(A) /sbin/usrquota

(B) /sbin/edquota

(C) /sbin/quotaon

(D) /sbin/quota

Submitted By: Ali Uppal


What command is used to assign executable permission to the owner of the file named “letter” ?

(A) chmod ugo + x letter

(B) chmod u + x letter

(C) chmod u + w letter

(D) chmod g + x letter

Submitted By: Ali Uppal