important about linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marselle
    New Member
    • Jun 2007
    • 1

    important about linux

    How linux operating system can manage these functions
    1)system("ps aux");
    2)system("ps -u");
    3)system("ps -eo pid");
    4)kill("PID,SIG INT");
    5)kill("PID,SIG TERM");
    6)kill("PID,SIG HUP");
    7)kill("PID,SIG ILL");
    8)kill("PID,SIG CONT");
    9)kill("PID,SIG CHLD");
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by marselle
    How linux operating system can manage these functions
    1)system("ps aux");
    2)system("ps -u");
    3)system("ps -eo pid");
    4)kill("PID,SIG INT");
    5)kill("PID,SIG TERM");
    6)kill("PID,SIG HUP");
    7)kill("PID,SIG ILL");
    8)kill("PID,SIG CONT");
    9)kill("PID,SIG CHLD");
    I am not sure what you are asking for...Could you give a little more information as to what you are looking to get as a response?

    Comment

    Working...