Following command outputs only first 25 characters of the process name (cmd) on the screen. How do I get it to display the full process name?
ps -eo pid,cmd,etime
Following command outputs only first 25 characters of the process name (cmd) on the screen. How do I get it to display the full process name?
ps -eo pid,cmd,etime