in reply to Re: Is there a way with IPC::Run to hide command options from process table?
in thread Is there a way with IPC::Run to hide command options from process table?
Browser, I always love and respect your comments, as well as the guidance that you provide. However, there are cases where data need not be displayed in the process table. Let us take a simple usermod example to illustrate the point. Would one really want to display in the process table?
Linux: /usr/sbin/usermod -p <value> account HP-UX: /usr/sam/lbin/usermod.sam -p <value> account
The point is that there are cases where one is just better off not displaying every command argument in the process table regardless of device ownership.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is there a way with IPC::Run to hide command options from process table?
by MidLifeXis (Monsignor) on Jul 23, 2013 at 13:56 UTC | |
|
Re^3: Is there a way with IPC::Run to hide command options from process table?
by BrowserUk (Patriarch) on Jul 23, 2013 at 14:23 UTC | |
by DeadPoet (Scribe) on Jul 23, 2013 at 14:51 UTC | |
by BrowserUk (Patriarch) on Jul 23, 2013 at 15:15 UTC |