Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to know if a program has been started in C++, Unix

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hello everyone!

I am new to c++ in unix environment.
I want to know if a program(command) has been started in c++ program under Solaris 2.6 environment. In addition, I know the program (command) name.
Thanks
 
Type the command "ps -ef" on ur command prompt and check whether process pertaining to your program is running or not.

Regds,

- Hemant
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top