I am using ixconn as modem manager because it has many more features than the default network manager. But it cannot be used without root privileges (i.e., sudo). How can I use ixconn to dial my modem, without sudo?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
The only way I know of is to edit your sudoers file (with visudo) to accomplish this. This will still make you use sudo, but will not require a password.
This will bring up the sudoers file in nano. Add a line like this:
and then one like this:
Obviously, replace the paths to any programs you want to run with actual paths, and replace regularuser with the user you want to be able to use ixconn without a password. You can also specify groups instead of users, by placing a % in front of the group name, like this:
|
|||
|
|