ifdown em1 Users cannot control this device. Allow users to control em1 device
- by Eric Leschinski
I want to allow users to control the em1 device in Linux:
When I run this command:
ifdown em1
em1 is the embedded ethernet card 1, I want the user to be able to turn off the ethernet card.
On Fedora 17, I get this error message:
Users cannot control this device
I want a certain user to be able to run a certain command on Linux without…