You are not logged in.
Pages: 1
howdy guys,
I just got and configured the slmodem package, then ran pppconfig. I think I have everything working correctly (hard to test, no phone line).
I can run "pon" as root, and it looks like it tries to connect.
I would, of course, like to connect as my user, but there is no "dialout" group. In the past I have simply added my user to that group
do I need to make the group? Basically I want to be able to run "pon" and "poff" as a user.
what's the best way to do this?
thanks!
Offline
You could use sudo for that. Install sudo and run visudo as root.
Add:
username hostname= NOPASSWD: /usr/bin/pon
where username is your username and hostname is the system hostname. Do the same for poff.
To run them as user, type sudo before the command:
sudo pon
It will not ask for a password but you can change that if you want.
Offline
To run them as user, type sudo before the command:
sudo pon
Thanks.
silly question, but this method won't expose root to the internet, will it? I'm almost embarrassed to ask (but obviously not quite).
;-)
Offline
Pages: 1