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 |
how to make IGNITE-BACKUP in HP-UX?
How are UNIX file permissions represented?
Will rm -r* removes hidden files?
Give Command that will change the name of a directly from paypal to eBay
How does pipe () work?
what is the significance of "su" command?
what is the command to find out which shell you are running?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
What is mtime in find command?
distinguish between physical addresses and logical address?
Enlist some filename manipulation commands in unix.
in a growing log file how will you see the 1st 99 lines?