Google News
logo
Unix - Quiz(MCQ)
Which command is used for acquiring superuser status?
A)
su
B)
pu
C)
super
D)
admn

Correct Answer :   su


Explanation : Any user can acquire the status of superuser by using the su command. The only condition that needs to be fulfilled here is, he/she must be aware of the root password. For example,

$ su
Password: *****        //root’s password
#pwd
/home/abd             //prompt changes ( super user mode)​

Advertisement