ifdown em1 Users cannot control this device. Allow users to control em1 device
Posted
by
Eric Leschinski
on Server Fault
See other posts from Server Fault
or by Eric Leschinski
Published on 2012-10-23T15:51:08Z
Indexed on
2012/10/23
17:05 UTC
Read the original article
Hit count: 222
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 giving rights to other users. What is the best way to do that?
© Server Fault or respective owner