What are Unix processes, and how do you manage them?
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 |
fork in unix ?
What is the difference between cat and more command?
What is a Unix signal, and how do you handle them?
How do you copy a directory with many files and folders into another directory?
How do you find which version and name of unix you are using at the command prompt?
What's a command word?
how will u execute a file in unix
What is the difference between udp and tcp?
how to unzip the contents of the gzip file
How to see unused port number in Solaris?
What does the metacharacter mean?
what these two commands prints "echo test","cat test"?