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 do know about tee command?
Which command can you use to find the currently running process in unix server?
What is the comma to display different lines that are found when compare two files?
What are awk commands?
What command will change your prompt to myprompt?
How do I search for text in vi?
How do I open a port?
What is in grep command?
Can you explain a little bit about command substitution?
Enumerate some of the most commonly used network commands in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the significance of the 'tee' command?
What difference between cmp and diff commands?
What's a command word?
Which command is used to restrict incoming messages?