Treads


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Treads
# 1  
Old 05-07-2005
Bug Treads

Hi To All,
i want to see if there is any theads on my unix workstation what should i do wich command i will use & dont forget that im new in unix
10x in previous
# 2  
Old 05-07-2005
Do you mean threads or processes?

To see a list of processes on your workstation you can use the ps command.
for example, "ps -ef" will give you a list of all the proceesses running on the workstation.

type "man ps" to get the manual page for the ps command.
# 3  
Old 05-08-2005
also, try 'man pthread'. If the manual page comes up, your OS supports POSIX compliant threads. (if threads is indeed what you are looking for).
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question