]> git.pld-linux.org Git - projects/rc-scripts.git/blame - src/usernetctl.1
PREFIX instead NETMASK in --prefix option
[projects/rc-scripts.git] / src / usernetctl.1
CommitLineData
7742e157
AF
1.TH USERNETCTL 1 "Red Hat Software" "RHS" \" -*- nroff -*-
2.SH NAME
3usernetctl \- allow a user to manipulate a network interface if permitted
4.SH SYNOPSIS
5.B usernetctl
6\fIinterface-name\fP up\fI|\fPdown\fI|\fPreport
7.SH DESCRIPTION
8.B usernetctl
9checks to see if users are allowed to manipulate the network interface
10specified by \fIinterface-name\fP, and then tries to bring the network
11interface up or down, if up or down was specified on the command line,
12or returns true or false status (respectively) if the report option was
13specified.
14.SH OPTIONS
15.TP
16.I "\fIinterface-name"
17The name of the network interface to check; for example, "ppp0". For
18backwards compatibility, "ifcfg-ppp0" and
19"/etc/sysconfig/network-scripts/ifcfg-ppp0" are also supported.
20.TP
21up\fI|\fPdown
22Attempt to bring the interface up or down.
23.TP
24report
25Report on whether users can bring the interface up or down.
26.SH NOTES
27Alternate device configurations may inherit the default configuration's
28permissions.
This page took 0.147522 seconds and 4 git commands to generate.