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
why metadb requires a seperate slice to create Solaris volume manager
hw will u use awk in replacing cahrs and files
What does grep v do?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the pipe command?
What is used to type command?
What is the command to view process running?
What do chown command do?
What does the command ' $who | sort –logfile > newfile' do?
Write a command to display a file’s contents in various formats?
how to sort the content of the file based on numeric values
What is grep short for?
What is grep in bash?
What do chgrp command do?