Which option will be used with ps command to slow the entire command line of the process being run?
A. -4
B. -3
C. -1
D. -2
E. None of the above
Answer: Option E
Solution (By Examveda Team)
In Unix/Linux, the ps command is used to display information about active processes.To show the entire command line of the process being run, the correct option is -f (full format) or -w (wide output), not the given options.
The commonly used options for displaying the full command line are:
ps -f → Displays full-format listing, including command-line arguments.
ps -ef → Shows all processes in full format.
ps aux → Provides detailed information about all running processes.
Since none of the given options (-4, -3, -1, -2) are correct, the correct answer is None of the above.
Join The Discussion
Comments (1)
Related Questions on Unix
Which symbol will be used with grep command to match the pattern pat at the beginning of a line?
A. ^pat
B. $pat
C. pat$
D. pat^
E. None of the above
Which command is used to sort the lines of data in a file in reverse order
A. sort
B. sh
C. st
D. sort -r
E. None of the above
Which command is used to display the top of the file?
A. cat
B. head
C. more
D. grep
E. None of the above
A. cp chap?? progs
B. cp chap* progs
C. cp chap[12] /progs/*.*
D. cp chap?? /progs/*
E. None of the above

Please contact the ans as E