I got syntax error when i add this rules to sudoers :
ifdown eth0:1
ifup eth0:1
I also try with :
ifdown eth0\:1
ifup eth0\:1
And:
ifdown "eth0:1"
ifup "eth0:1"
How to allow a non root user to start and stop the eth0:1
interface ?
I got syntax error when i add this rules to sudoers :
ifdown eth0:1
ifup eth0:1
I also try with :
ifdown eth0\:1
ifup eth0\:1
And:
ifdown "eth0:1"
ifup "eth0:1"
How to allow a non root user to start and stop the eth0:1
interface ?