summaryrefslogblamecommitdiffstats
path: root/misc-utils/mcookie.1
blob: 395082548448ec9fcbb4d98779655c4dde2508af (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                          
.\" mcookie.1 -- 
.\" Public Domain 1995 Rickard E. Faith (faith@cs.unc.edu)
.TH MCOOKIE 1 "12 Feb 1995" "" "Linux Programmer's Manual"
.SH NAME
mcookie \- generate magic cookies for xauth
.SH SYNOPSIS
.B mcookie
.SH DESCRIPTION
.B mcookie
generates a 128-bit random hexadecimal number for use with the X authority
system.  Typical usage:
.RS
xauth add :0 . `mcookie`
.RE
.SH "SEE ALSO"
.BR X (1),
.BR xauth (1)