- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- execute ping from non-root user
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-05-2006 08:20 PM
тАО06-05-2006 08:20 PM
I need to exectue ping from another user, not root.
I have tryed by SAM and manual (useradd) but i can't!
How i can solve?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2006 08:24 PM
тАО06-05-2006 08:24 PM
Solution# /usr/sbin/ping
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2006 08:30 PM
тАО06-05-2006 08:30 PM
Re: execute ping from non-root user
-or-
$ nslookup ip-address
$ /etc/ping host-name
-or-
$ /usr/sbin/ping ip-address
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2006 08:33 PM
тАО06-05-2006 08:33 PM
Re: execute ping from non-root user
So, this is valid for OV commands too?
Thank you again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2006 08:40 PM
тАО06-05-2006 08:40 PM
Re: execute ping from non-root user
Some commands should be executed from root or should have root privileges for that. Check the man page for more information.
Usually, you can execute commands with full path when logged in as normal user if it is not available in path.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2006 09:35 PM
тАО06-05-2006 09:35 PM
Re: execute ping from non-root user
It depends on what the permissions are on the ping command:
Below it will work for a normal user
/usr/sbin/ping
$ ll /usr/sbin/ping
-r-s--x--x 1 root bin 40960 Aug 24 1998 /usr/sbin/ping
Will not work when permissions are as below (555):
$ ping gtsm101
ping: socket: Not owner
$ ll /usr/sbin/ping
-r-xr-xr-x 1 root bin 32768 Dec 2 2003 /usr/sbin/ping
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2006 06:56 PM
тАО06-06-2006 06:56 PM
Re: execute ping from non-root user
So, this is valid for OV commands too?
$ export DISPLAY=xxxxxx:0.0
$ ovw&
Fault --> Network Connection --> Ping or Remote Ping.
rgs,
ran