Re: Hiding a process

2002-04-15 Thread Eric G. Miller
On Mon, Apr 15, 2002 at 08:00:12AM +, Miquel van Smoorenburg wrote: > In article <[EMAIL PROTECTED]>, > Eric G. Miller wrote: > >On Sun, Apr 14, 2002 at 11:55:43PM -0500, Daniel DiPaolo wrote: > >> On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: > >> > > exec -a $NAME $COMMAND $ARGS >

Re: Hiding a process

2002-04-15 Thread Tim Moss
Apparently, on Sun, Apr 14, 2002 at 11:55:43PM -0500, Daniel DiPaolo wrote: > On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: > > > exec -a $NAME $COMMAND $ARGS > > > > exec -a /sbin/getty 31337r007k17 -destroyeverything > > > > ;-> > > > Note that this is a shell specific thing (doesn

Re: Hiding a process

2002-04-15 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Eric G. Miller wrote: >On Sun, Apr 14, 2002 at 11:55:43PM -0500, Daniel DiPaolo wrote: >> On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: >> > > exec -a $NAME $COMMAND $ARGS >> > >> > exec -a /sbin/getty 31337r007k17 -destroyeverything >> >> Note that thi

Re: Hiding a process

2002-04-15 Thread Eric G. Miller
On Sun, Apr 14, 2002 at 11:55:43PM -0500, Daniel DiPaolo wrote: > On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: > > > exec -a $NAME $COMMAND $ARGS > > > > exec -a /sbin/getty 31337r007k17 -destroyeverything > > > > ;-> > > > Note that this is a shell specific thing (doesn't work in z

Re: Hiding a process

2002-04-14 Thread Daniel DiPaolo
On Sun, 2002-04-14 at 20:15, Michael D. Crawford wrote: > > exec -a $NAME $COMMAND $ARGS > > exec -a /sbin/getty 31337r007k17 -destroyeverything > > ;-> Note that this is a shell specific thing (doesn't work in zsh, and I can't find the equivalent in the zsh man pages). Works fine in bash tho

Re: Hiding a process

2002-04-14 Thread dman
On Sun, Apr 14, 2002 at 05:52:11PM -0700, Paul 'Baloo' Johnson wrote: | Is it possible to make a process come up with a different name in ps? | If so, how? Install a trojaned 'ps' ;-). (I see a real answer, which I didn't know either, has already been given) -D -- Whoever gives heed to instru

Re: Hiding a process

2002-04-14 Thread Michael D. Crawford
> exec -a $NAME $COMMAND $ARGS exec -a /sbin/getty 31337r007k17 -destroyeverything ;-> Mike [EMAIL PROTECTED] http://www.goingware.com/ Tilting at Windmills for a Better Tomorrow. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: Hiding a process

2002-04-14 Thread Paul 'Baloo' Johnson
On Sun, 14 Apr 2002, Eric G. Miller wrote: > On Sun, Apr 14, 2002 at 05:52:11PM -0700, Paul 'Baloo' Johnson wrote: > > Is it possible to make a process come up with a different name in ps? > > If so, how? > > exec -a $NAME $COMMAND $ARGS Thanks! -- Baloo -- To UNSUBSCRIBE, email to [EMAIL PR

Re: Hiding a process

2002-04-14 Thread Eric G. Miller
On Sun, Apr 14, 2002 at 05:52:11PM -0700, Paul 'Baloo' Johnson wrote: > Is it possible to make a process come up with a different name in ps? > If so, how? exec -a $NAME $COMMAND $ARGS -- Eric G. Miller -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Hiding a process

2002-04-14 Thread Paul 'Baloo' Johnson
Is it possible to make a process come up with a different name in ps? If so, how? -- Baloo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]