Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are Unix processes, and how do you manage them?



What are Unix processes, and how do you manage them?..

Answer / hr@tgksolutions.com

A process in Unix is an instance of a running program. Unix processes have a unique Process ID (PID) and can be managed using various commands:
• ps: Displays the list of running processes.
• top: Shows real-time system activity, including processes.
• kill: Terminates a process using its PID. For example, kill 1234 terminates the process with PID 1234.
• nice: Sets the priority of a process.
• nohup: Runs a process in the background, immune to hangups.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What is the pipe command?

0 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

6 Answers  


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


What is .sh file?

0 Answers  


How do you create a directory in UNIX?

1 Answers  


Are you in or at the office?

0 Answers  


What is a bash command?

0 Answers  


what is virtual machine?

2 Answers   Infosys,


What is awk command used for?

0 Answers  


What is use of sed command?

12 Answers   BitWise, Infosys, Reliance,


Name the unix command to find how many days the server has been up.

0 Answers  


Which RAID Levels supported by LVM?

5 Answers  


Categories