| Author |
Message |
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Thu Nov 13, 2003 1:06 pm Post subject: Hiding accounts in shell from user view? |
|
|
| Hiding accounts in shell from user view? I have seen this in other shells. I have looked at all my reference links can find anything on hiding user shell accounts from shell users so they can see other information or browse to other directories. Anybody have idea |
|
| Back to top |
|
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Thu Nov 13, 2003 1:39 pm Post subject: I have found a blocked port anybody know how |
|
|
| I have found a blocked port anybody know how check what is using ports and port numbers |
|
| Back to top |
|
sunny
Joined: 27 Jul 2003
Posts: 42
Location: New York, NY
|
| Posted: Thu Nov 13, 2003 1:50 pm Post subject: |
|
|
you want:
getent services $PORT
that will tell you
Sunny Dubey |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2386
Location: Galloway, NJ
|
| Posted: Thu Nov 13, 2003 1:54 pm Post subject: |
|
|
Code: netstat -apn
Will give you all current network connections (plus listening ports) and the PID of the process that's using it.
-Chris |
|
| Back to top |
|
sunny
Joined: 27 Jul 2003
Posts: 42
Location: New York, NY
|
| Posted: Thu Nov 13, 2003 1:58 pm Post subject: |
|
|
[quote="caker"] Code: netstat -apn
bad caker!! local sockets suck!!
netstat -atpn removes 'em
Sunny Dubey |
|
| Back to top |
|
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Thu Nov 13, 2003 2:30 pm Post subject: |
|
|
| Hiding accounts in shell from user view? I have seen this in other shells. I have looked at all my reference links can find anything on hiding user shell accounts from shell users so they can see other information or browse to other directories. Anybody have idea? |
|
| Back to top |
|
| |