Unix and Linux Discussions Tagged with interface |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
15,573 |
AIX |
|
|
|
4 |
30,721 |
Solaris |
|
|
|
1 |
24,728 |
Programming |
|
|
|
12 |
25,575 |
AIX |
|
|
|
3 |
7,524 |
Solaris |
|
|
|
7 |
6,734 |
AIX |
|
|
|
0 |
9,052 |
IP Networking |
|
|
|
4 |
4,432 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,420 |
IP Networking |
|
|
|
3 |
24,156 |
Solaris |
|
|
|
2 |
8,671 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
97,894 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,168 |
Web Development |
|
|
|
15 |
16,434 |
Solaris |
|
|
|
3 |
5,182 |
Solaris |
|
|
|
1 |
7,821 |
Infrastructure Monitoring |
|
|
|
5 |
4,198 |
IP Networking |
|
|
|
0 |
3,544 |
Cartoons for Geeks |
|
|
|
1 |
8,280 |
Solaris |
|
|
|
2 |
4,270 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,358 |
Software Releases - RSS News |
|
|
|
0 |
5,762 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,599 |
UNIX and Linux RSS News |
|
|
|
1 |
3,511 |
Solaris |
|
|
|
2 |
6,803 |
Linux |
|
|
|
0 |
1,186 |
Software Releases - RSS News |
|
|
|
0 |
1,462 |
Software Releases - RSS News |
|
|
|
13 |
9,319 |
Solaris |
|
|
|
0 |
2,816 |
UNIX and Linux RSS News |
|
|
|
7 |
7,362 |
Solaris |
|
|
|
0 |
1,177 |
Software Releases - RSS News |
|
|
|
0 |
1,493 |
Software Releases - RSS News |
|
|
|
0 |
2,555 |
Oracle Updates (RSS) |
|
|
|
0 |
1,367 |
Software Releases - RSS News |
|
|
|
0 |
6,985 |
UNIX for Advanced & Expert Users |
|
|
|
11 |
18,022 |
Solaris |
|
|
|
0 |
1,243 |
Software Releases - RSS News |
|
|
|
1 |
4,834 |
AIX |
|
|
|
0 |
4,483 |
AIX |
|
|
|
0 |
5,302 |
Solaris |
USERNETCTL(8) System Manager's Manual USERNETCTL(8)
NAME
usernetctl - allow a user to manipulate a network interface if permitted
SYNOPSIS
usernetctl interface-name up|down|report
DESCRIPTION
usernetctl checks to see if users are allowed to manipulate the network interface specified by interface-name, and then tries to bring the
network interface up or down, if up or down was specified on the command line, or returns true or false status (respectively) if the report
option was specified.
usernetctl is not really meant to be called directly by users, though it currently works fine that way. It is used as a wrapper by the
ifup and ifdown scripts, so that users can do exactly the same thing as root:
ifup interface-name
ifdown interface-name
and ifup and ifdown will call usernetctl automatically to allow the interface status change.
OPTIONS
interface-name
The name of the network interface to check; for example, "ppp0". For backwards compatibility, "ifcfg-ppp0" and "/etc/sysconfig/net-
work-scripts/ifcfg-ppp0" are also supported.
up|down
Attempt to bring the interface up or down.
report Report on whether users can bring the interface up or down.
NOTES
Alternate device configurations may inherit the default configuration's permissions.
RHS
Red Hat, Inc. USERNETCTL(8)