|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
how can i tell if ssh is running?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#2 (permalink) | ||||||||||||
|
Linux Lobbyist
|
in a command prompt, type "ps aux" and look for it in the process list.
What distro?
__________________
Eric Turner // 3.737GHz Q6600 / 15116 3DMarks // GPU-Z Validation // Ubuntu Power User Linux posts you may find useful:
|
||||||||||||
|
|
|
|
#3 (permalink) | |||||||||||||
|
PC Gamer
|
ps -u your_user_name | grep ssh
![]() Of course, there will be at least one entry for "grep ssh" itself, so ignore that, lol. Or you could: "ps -u your_user_name | grep ssh | grep -v grep" to remove the grep, lol. ![]()
__________________
Cell/MP3/PDA/GPSr/Internet: iPhone 3G 16GB | Minimum $70 AT&T plan for only $55/month ![]() Signature your on it put, backwards this read to enough dumb were you if.
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
Apple Doesn't Love You
|
Grep just comes up as grep in the process table. Not grep <search term>
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|