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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general format of unix command syntax?

2026


How to display no of records in oracle using unix command?

1225


Enumerate some of the most commonly used network commands in unix?

1215


How do I use grep to search for a file?

1101


What is the unix command to confirm a remote host is alive or not?

1278


How do I use nslookup?

1146


What does the command '$ls | wc –l > file1' do?

1297


What is the search command in unix?

1132


Who command in unix operating system?

1189


What is unix command?

1320


What is time_t?

1162


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1265


What is in grep command?

1212


Which command can you use to find the currently running process in unix server?

1163


Explain ‘system calls’ with respect to unix commands?

1150