Search results
Results from the WOW.Com Content Network
If you want to use SSH to run a command on a remote server, you have to issue the command WITH SSH: Read the man page on SSH. Something like "ssh <user>@<server> "ps 192.168.x.x"" will work. if you were crafty enough you could redirect the output of /ps/ to a file and serve it thru http.
Is there a single command to list all hardware installed (command line)? davee: Linux - Hardware: 6: 02-28-2009 08:19 PM: script/command to kill processes running on particular port: varunbihani: Linux - General: 2: 07-08-2005 04:35 AM: What command can identify processes running on ports? hello321_1999: Linux - Newbie: 2: 11-23-2004 06:01 AM
Use "ps u". USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND. gary 6753 0.3 0.4 9952 2272 pts/2 Ss 11:20 0:00 /bin/bash. gary 6761 0.0 0.1 3472 736 pts/2 R+ 11:20 0:00 ps u. or "ps aux" to get all the processes on the system. You can also use grep to find the process you want.
I would like to list all processes or services that start with the letter s. I have tried running the command service --status-all | grep s* and also the ps command with the same syntax but no success. Thank you in advance for your responses. Also try 'pgrep <substring>'. You can further limit the output with 'pgrep <substring> -u <user>' also.
If your purpose is just to check history of commands/processes for a single user, you can:-. Code: ~$ history. Or check corresponding user's .bash_history file for all commands fired by the user. Code: ~$ cat .bash_history. Else you will need to set a log file as jv2112 already said above. It will keep updating.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
adding proc list and task list of active processes. pravin.embedded: Linux - Newbie: 1: 09-02-2008 01:20 PM: How to get a list of the running processes in the system? zahadumy: Programming: 7: 03-19-2007 08:27 AM: Command to list all running processes: GSX: Linux - General: 4: 02-23-2005 03:42 AM: Freevo takes 4 minutes to load mp3 list ...
Limitations of System Processes and Oracle Processes in RHEL AS3.0: sathyguy: Linux - Enterprise: 0: 03-02-2007 11:52 PM: monitoring active processes and identifying the required processes. gajaykrishnan: Programming: 2: 08-13-2004 01:58 AM: Stunnel does not show up in processes after running it. Doctor Nick: Linux - Software: 9: 08-07-2004 08: ...
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! With over 10 pre-installed distros to choose from, the worry-free installation life is here!
Killing processes remotely using SSH: ddenton: Linux - General: 8: 12-30-2013 08:22 PM [SOLVED] Possible to remotely list supported cipher suites? szboardstretcher: Linux - Security: 4: 11-30-2011 02:37 PM: adding proc list and task list of active processes. pravin.embedded: Linux - Newbie: 1: 09-02-2008 01:20 PM: How to kill processes using ...