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 |
Which command is used to kill the last background job?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
Through which command will redirect output to bOth screen and files at the same time?
Which RAID Levels supported by LVM?
Differentiate cmp command from diff command.
Who command in unix?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
What does pipe () return?
How to get a particular string as your prompt ? Give syntax of that command?
What is the difference between AWK and SED commands? Plz give example and explain...
What are the general commands in using unix os for a beginner?
Which is the command used to find out currently executing Process in UNIX?