forked from alobbs/macchanger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmacchanger.1
81 lines (81 loc) · 2.48 KB
/
macchanger.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.\" hey, Emacs: -*- nroff -*-
.\" macchanger is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program; see the file COPYING. If not, write to
.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
.\"
.TH MACCHANGER 1 "April 10, 2013"
.\" Please update the above date whenever this man page is modified.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins (default)
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
macchanger \- MAC Changer
.SH SYNOPSIS
.B macchanger
.RI [ options ]
.RI device
.SH DESCRIPTION
\fBmacchanger\fP is a GNU/Linux utility for viewing/manipulating the MAC address for network interfaces.
.\" .PP
.\" It also...
.SH OPTIONS
\fBmacchanger\fP accepts the following options:
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-V, \-\-version
Show version of program.
.TP
.B \-s, \-\-show
Prints the current MAC. This is the default action when no other option is specified.
.TP
.B \-e, \-\-ending
Don't change the vendor bytes.
.TP
.B \-a, \-\-another
Set random vendor MAC of the same kind.
.TP
.B \-A
Set random vendor MAC of any kind.
.TP
.B \-r, \-\-random
Set fully random MAC.
.TP
.B \-p, \-\-permanent
Reset MAC address to its original, permanent hardware value.
.TP
.B \-l, \-\-list[=keyword]
Print known vendors (with keyword in the vendor's description string).
.TP
.B \-b, \-\-bia
When setting fully random MAC pretend to be a burned-in-address. If not used,
the MAC will have the locally-administered bit set.
.TP
.B \-m, \-\-mac XX:XX:XX:XX:XX:XX, \-\-mac=XX:XX:XX:XX:XX:XX
Set the MAC XX:XX:XX:XX:XX:XX.
.SH EXAMPLE
macchanger \-A eth1
.SH "SEE ALSO"
ifconfig (8)
.\" .BR foo (1),
.SH AUTHOR
Alvaro Lopez Ortega <[email protected]>.