Geeks Talk

Prepare for your Next Interview




Unix

This is a discussion on Unix within the Unix/Linux forums, part of the Operating Systems category; How can i know details about the processes running in Unix and what is the use of fork command in Unix....

  #1 (permalink)  
Old 06-13-2007
Junior Member
 
Join Date: Apr 2007
Location: Bangalore
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
jageesh is on a distinguished road
Smile Unix

How can i know details about the processes running in Unix and what is the use of fork command in Unix.
Reply With Quote
The Following User Says Thank You to jageesh For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-13-2007
Contributing Member
 
Join Date: Apr 2007
Location: India
Posts: 61
Thanks: 2
Thanked 13 Times in 9 Posts
Haitalk is on a distinguished road
Re: Unix

use the command 'ps' or 'ps -A' to view all processes. fork is the system call to start new process in unix.
__________________
Regards,
Anoop :)
If its useful, dont forget to [COLOR="Red"]THANK[/COLOR] me :cool:
Reply With Quote
The Following User Says Thank You to Haitalk For This Useful Post:
  #3 (permalink)  
Old 06-04-2008
Junior Member
 
Join Date: Jun 2008
Location: NJ
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
unixinterview is on a distinguished road
Re: Unix

you also can do a top to see what process is taking up the most CPU usage.

also ps -aef |grep (PID)
to find the process..
Reply With Quote
  #4 (permalink)  
Old 06-25-2008
Junior Member
 
Join Date: Jun 2008
Location: india
Posts: 20
Thanks: 2
Thanked 0 Times in 0 Posts
amresh08 is on a distinguished road
Re: Unix

PS always required before you kill the process,
so it is a very important command in Unix.
Ex- kill ' process ID'
Reply With Quote
Reply

  Geeks Talk > Operating Systems > Unix/Linux


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux and UNIX - Which is better blenda Unix/Linux 4 06-25-2008 06:53 AM
unix rams.siri Data Warehousing 0 12-11-2006 11:15 PM
Unix ftp timmy Unix/Linux 1 07-13-2006 09:57 PM
on unix palakollu Unix/Linux 2 06-24-2006 12:46 PM
Semaphore in UNIX blenda Unix/Linux 2 06-22-2006 01:26 PM


All times are GMT -4. The time now is 01:14 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved