Drop sudo need
See original GitHub issueReplacement for RAW_SOCKET?
This tool need sudo
because this:
https://github.com/laixintao/pingtop/blob/c8c522cfaa2622899d09e20b1046301936d38f5b/ping.py#L202
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
sudo: Drop root privileges (Example) - Coderwall
sudo : Drop root privileges ... sudo is a very useful command that will execute a given command as root without opening a...
Read more >How do I drop all elevated privileges through the terminal?
After entering the password correctly, an indicator is shown, with an option to "Drop all elevated privileges".
Read more >How do I drop root privileges in shell scripts?
The "--up" option in OpenVPN is normally used for routing etc. And so it is processed before OpenVPN drops root privileges to run...
Read more >How do I log out of `sudo su`? - Super User
7. Use exit command .. – Vutukuri · 15. exit or a simple Ctrl+D. · 1. Apart from the good answers below there...
Read more >How To Add, Delete, and Grant Sudo Privileges to Users on a ...
As a regular user with sudo privileges, you can delete a user using this syntax: sudo deluser --remove-home username.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ryankrage77 Did you install for current user only instead of installing globally?
Try type
which pingtop
and use absolute path to run:(replace
/usr/local/bin/pingtop
with your absolute path.)Or you can install for sudo user:
Solved by @gzxultra