Web Hosting Talk







View Full Version : whats this mean


clocker1996
01-01-2002, 03:37 PM
root 24716 24715 0 02:42 ? 00:00:00 su clocker
clocker 24717 24716 0 02:42 ? 00:00:00 bash
clocker 24725 24717 0 02:42 ? 00:00:00 stty erase ?

Does anyone know what that means ?

ffeingol
01-01-2002, 03:43 PM
Looks like the output from a *nix ps command.

root issuesd a "su clocker" (process 24716)
that started the bash shell for clocker (process clocker ), then the clocker id issues a "stty erase" command (process 24725 )

I'm not sure if that is what you are looking for.

Frank