You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

xauth
===
显示和编辑被用于连接X服务器的认证信息
## 说明
**xauth命令** 用于显示和编辑被用于连接X服务器的认证信息。
### 语法
```
xauth(选项)(参数)
```
```
-f不使用默认的认证文件而使用指定的认证文件
-q安静模式不打印未请求的状态信息
-v详细模式打印指定的各种操作信息
-i忽略认证文件锁定
-b执行任何操作终端认证文件锁定。
```
### 参数
* add添加认证条目到认证文件中
* extract将指定的设备内容加入到指定的密码文件中
* info显示授权文件相关信息
* exit退出交互模式
* list列出给定的显示设备的内容
* merge合并多个授权文件内容
* extract将指定设备内容写入指定的授权文件
* nextrct将指定设备内容写入指定的授权文件
* nmerge合并多个授权文件内容
* remove删除指定显示设备的授权条目
* source从指定文件读取包含xauth的内容指令。