
xauth
List of commands for xauth:
-
xauth:tldr:02740 xauth: Display authorization entries for all the displays.$ xauth listtry on your machineexplain this command
-
xauth:tldr:04b97 xauth: Remove the authorization for a specific display.$ xauth remove ${display_name}try on your machineexplain this command
-
xauth:tldr:8a61e xauth: Merge the authorization entries from a specific file into the authorization database.$ cat ${filename} | xauth merge -try on your machineexplain this command
-
xauth:tldr:9f27c xauth: Display information about the authority file.$ xauth infotry on your machineexplain this command
-
xauth:tldr:c2ea9 xauth: Start interactive mode with a specific authority file (defaults to `~/.Xauthority`).$ xauth -f ${filename}try on your machineexplain this command
-
xauth:tldr:fc960 xauth: Add an authorization for a specific display.$ xauth add ${display_name} ${protocol_name} ${key}try on your machineexplain this command