ps command

grep in Bash

by on February 15, 2007 · 0 comments

How do I use grep command in Bash?

{ 0 comments }

How do I see all running process in Linux?

{ 97 comments }

Q. How do I kill process in Linux? A. Linux and all other UNIX like oses comes with kill command. The command kill sends the specified signal (such as kill process) to the specified process or process group. If no signal is specified, the TERM signal is sent. Kill process using kill command under Linux/UNIX [...]

{ 85 comments }

Q. Can you explain the command to find what users are doing on my UNIX / Linux system? A. Both Linux and UNIX (FreeBSD/Solaris) has w command to show who is logged on and what they are doing. The w command prints a summary of the current activity on the system, including what each user [...]

{ 9 comments }