Tagged Questions
1
vote
1answer
230 views
How can I give a user permission to open low port numbers?
If I'm root, how can I give a user permission to open low port numbers ? Or how can I take away the right to open high port numbers from a user ?
Cheers !
1
vote
1answer
665 views
How to use open/openvt with command line arguments?
Question:
I can start LumiSoft mailserver in console mode like this:
./lsMailServer.exe -daemon
Unfortunately this blocks the terminal that was used.
And I am logged in via ssh.
I'm just ...