Can someone please enlighten on what the difference is when passing the 'j' and '-l -y' options to the 'ps' utility.
An other good 'ps' resource is welcome too.
Thanks
Sawan
Update:
'man ps' tells me:
-j jobs format
j BSD job control format.
l display BSD long format.
-l long format. The -y option is often useful with this.
-y Do not show flags; show rss in place of addr. This option can only be used with -l.
for those options. I don't quite get what each mean.