Kavya TKnowledge Contributor
Which option will be used with ps command to show the entire command line of the process being run?
Which option will be used with ps command to show the entire command line of the process being run?
3. Using the ww Option of ps
aux is a set of combined options, where a shows information about all processes, u provides detailed information, and x displays information about processes without a controlling terminal.
ww ensures no truncation is imposed.
the | symbol pipes the output.