blob: b0b26a8e8359d538279568e4bcb5a9335e173609 (
plain)
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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH GRUB-SET-PASSWORD "8" "February 2024" "The grub bootloader password may only be set by root." "System Administration Utilities"
.SH NAME
grub-set-password \- generate the user.cfg file containing the hashed grub bootloader password
.SH SYNOPSIS
.B grub-set-password
[\fI\,OPTION\/\fR]
.SH DESCRIPTION
The grub bootloader password may only be set by root.
.PP
\&./grub\-set\-password prompts the user to set a password on the grub bootloader. The password
is written to a file named user.cfg which lives in the GRUB directory
located by default at \fI\,/boot/grub2\/\fP.
.TP
\fB\-h\fR, \fB\-\-help\fR
print this message and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
print the version information and exit
.TP
\fB\-o\fR, \fB\-\-output_path\fR <DIRECTORY>
put user.cfg in a user\-selected directory
.SH "REPORTING BUGS"
Report bugs at https://bugzilla.redhat.com.
.PP
.br
Usage: ./grub\-set\-password [OPTION]
\&./grub\-set\-password prompts the user to set a password on the grub bootloader. The password
is written to a file named user.cfg which lives in the GRUB directory
located by default at \fI\,/boot/grub2\/\fP.
.TP
\fB\-h\fR, \fB\-\-help\fR
print this message and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
print the version information and exit
.TP
\fB\-o\fR, \fB\-\-output_path\fR <DIRECTORY>
put user.cfg in a user\-selected directory
.PP
.br
Report bugs at https://bugzilla.redhat.com.
.SH "SEE ALSO"
The full documentation for
.B grub-set-password
is maintained as a Texinfo manual. If the
.B info
and
.B grub-set-password
programs are properly installed at your site, the command
.IP
.B info grub-set-password
.PP
should give you access to the complete manual.
|