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 |
What is the pipe command?
How do you list the files in an UNIX directory while also showing hidden files?
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
What is .sh file?
How do you create a directory in UNIX?
Are you in or at the office?
What is a bash command?
what is virtual machine?
What is awk command used for?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
Name the unix command to find how many days the server has been up.
Which RAID Levels supported by LVM?