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
How do I search a whole word in vim?
Why is it called grep?
What is $0 bash?
Who command in unix?
What is the function of grep command in unix?
How do I run a bash script?
What is the pipe command?
What is awk used for?
Why is it called a shebang?
What is pipe command in unix?
Enumerate some of the most commonly used network commands in unix?
What is the search command in unix?
What is unix command line?
Who wrote grep?
Which command is used to restrict incoming messages?