4 FAQ tagged "processes"
Viewing 1-4 of 4 FAQ -- FreeBSD Install lsof To Displays Information About Files Open to Unix processes
How do I install the free, open-source, Unix administrative tool called lsof (for LiSt Open Files) under FreeBSD operating system to displays information about files open to Unix processes?
- Killing processes in UNIX
Q. Sometime I need to stop a command or task under UNIX. I also noticed that some process will ignore my keystroke-generated signals such as CTRL + C or CTRL+D, so my question is – How do I kill process in UNIX?
A. You need to use a command called kill. The kill utility sends [...] - Show all running processes in Linux
Q. How do I see all running process in Linux?
A. Both Linux and UNIX support same command to display information about all running process.
ps command gives a snapshot of the current processes. If you want a repetitive update of this status, use top command.
Task: Use ps command
Type the following ps command to display all running [...] - Linux increase the maximum number of open files or file descriptors
Q. How do I increase the maximum number of open files under CentOS Linux? How do I open more file descriptors under Linux?
A. ulimit command provides control over the resources available to the shell and to processes started by it, on systems that allow such control. The maximum number of open file [...]
Viewing 1-4 of 4 FAQ - ( see all popular tags )



Recent Comments
Today ~ 2 Comments
Yesterday ~ 10 Comments
Yesterday ~ 12 Comments
09/03/2008 05:29 pm (2 days ago) ~ 6 Comments
09/03/2008 01:14 pm (2 days ago) ~ 1 Comment