Site Search
Tweet
Chat LIVE
You are here:
command line shell scripting
»
linux allow non root users to ping
Linux: Allow non-root users to ping
Written By
Admin
Submitted At
2011-01-31 18:07:29
Num Views
1257
Category
Command line, Shell Scripting
If you are having a problem with using the ping command in linux while not being the root user
Just run the following command from within the folder which contains the ping command. This is normally /bin/
sudo chmod u+s ping
Hope this helps.
By Admin @ 2011-01-31 18:07:29