| Home Profile Fun |
#171 Linux 04.03.2009
Print the whole command line of processes with psBy using the ps command it is possible to print the whole command line including all parameters of running processes. Even if the command is longer than one line you will see it. Just use the w option of the ps command twice. No need to buy more monitors ;-) ps auxfww |