ps -ef -o args
Hi Guys!
I'm working on some perl scripts which need to check some config files from running processes. My problem is that the with of the args column of the ps command sometimes is too small to display the full path of the config file.
Till now I haven't found a solution to enlarge the column.
Has anybody got some suggestions?
greets
kleinerroemer

