Basic of linux unix
The special shell variable $* is used________________?

A. to exit status of ast command executed.
B. to process number of the current shell
C. to list the positional parameters
D. to name the command being executed

The cp command uses___________________?

A. standard input file
B. standard output file
C. both input and output file
D. neither standard input nor standard output file

What command is used to set user and group quotas ?

A. /sbin/usrquota
B. /sbin/edquota
C. /sbin/quotaon
D. /sbin/quota

The chmod ugo+rw note command can be represented in octal notation as_____________?

A. chmod 555 note
B. chmod 666 note
C. chmod 444 note
D. chmod 333 note