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
What is the general format of unix command syntax?
How to display no of records in oracle using unix command?
Enumerate some of the most commonly used network commands in unix?
How do I use grep to search for a file?
What is the unix command to confirm a remote host is alive or not?
How do I use nslookup?
What does the command '$ls | wc –l > file1' do?
What is the search command in unix?
Who command in unix operating system?
What is unix command?
What is time_t?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is in grep command?
Which command can you use to find the currently running process in unix server?
Explain ‘system calls’ with respect to unix commands?