Linux mcookie Command
In this tutorial we learn how to use mcookie commmand in Linux. mcookie command is mcookie - generate magic cookies for xauth
In this tutorial we learn how to use mcookie command in Linux. mcookie command is mcookie - generate magic cookies for xauth
mcookie [options]
We can use man
and info
command to see the manual page of mcookie command.
mcookie command also have --help
option to show list of options.
To open man page for mcookie command we can use command below. To exit man or info page you can press q
.
man mcookie
To open info page for mcookie command we can use command below.
info mcookie
To open help page from mcookie command we can run command below.
mcookie --help
You can find mcookie command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use mcookie in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.