I am running an application server and a sybase adaptive server on Solaris, and I am trying to figure out how things crashed and how to solve/prevent problems from re-curring. Everthing is run as a Non-Root userID.
Everthing seems mysterious. I tried ps -ef trying to know which process is doing what.
the following is the format I get
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
My question is
1) is 0 or 1=root for ppid?
2) If I have a corn script or executable that an ordinary user could invoke that somehow is SUable to root, how should it be indicated??
3) Semantics wise- is it normal/imperative that if a parent process is killed or 'died'/exit??, then its child would do the same??
4) Would anyone recommend anything else (that is free ) other than PS that could be usable for finding out mysterious problems....
Sorry for being so dumb but I am not used to doing this kind of stuff!
Everthing seems mysterious. I tried ps -ef trying to know which process is doing what.
the following is the format I get
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
My question is
1) is 0 or 1=root for ppid?
2) If I have a corn script or executable that an ordinary user could invoke that somehow is SUable to root, how should it be indicated??
3) Semantics wise- is it normal/imperative that if a parent process is killed or 'died'/exit??, then its child would do the same??
4) Would anyone recommend anything else (that is free ) other than PS that could be usable for finding out mysterious problems....
Sorry for being so dumb but I am not used to doing this kind of stuff!