The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 06-01-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by matrixmadhan
Sending signal 0 to process will indicate only ' whether a process is alive or not and not about the permissions the users has with respect to the process '.
Solaris 10 does the following:

Code:
bash-3.00$ kill -0 515
bash: kill: (515) - Not owner
Looks like a permissions thing to me.
Reply With Quote