- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: netstat -a
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 06:54 AM
01-13-2002 06:54 AM
netstat -a
I have a user that needs an execute permission for this command. I already provided the proper execute permission on the program and directory where netstat resides.
Are there devices or files that should be set for me to able to let the user execute the 'netstat -a'.
thanks ..hope guro's could help me on this.
bernard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 07:07 AM
01-13-2002 07:07 AM
Re: netstat -a
Users should be able to execute netstat without any problems.
The following are the default permissions
-r-xr-sr-x 1 bin sys 131072 Jan 28 1999 /usr/bin/netstat
And it should work if you too have the same.
What error are they getting?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 11:59 AM
01-13-2002 11:59 AM
Re: netstat -a
Normal users will be able to use the netstat command without any problems. Did you check up whether it's a permission issue or Network issue ?
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 09:51 PM
01-23-2002 09:51 PM
Re: netstat -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 10:02 PM
01-23-2002 10:02 PM
Re: netstat -a
In all my systems. all users able to execute netstat
all my system has netstat like this
-r-xr-sr-x 1 bin sys 86016 Jun 10 1996 netstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:44 AM
01-24-2002 01:44 AM
Re: netstat -a
Here is the permission set for the program.
-rwxrwsrwx 2 bin sys 122880 Apr 13 1999 netstat.
Is there services or files that I need to check which is used by netstat?
please advise.
thanks.
bern
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 01:55 AM
01-24-2002 01:55 AM
Re: netstat -a
Full access permissions is NOT the permissions you want to give netstat. What is someone replaces the binary with his own and compromises your system security?
I agree with John. It could be your path settings. Check by executing:
# echo $PATH
Is /usr/bin in your path?
As also mentioned above, please post your error message to allow us to pinpoint the cause of your problem better.
From the security perspective, I would suggest that you perform a checksum check on the netstat binary. If not, check the time and size of the binary. Because, it might already have been compromised, such as by a rootkit exploit.
Hope this helps. Regards.
Steven Sim Kok Leong