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.

33 lines
373 B

7 years ago
tty
===
5 years ago
显示连接到当前标准输入的终端设备文件名
7 years ago
6 years ago
## 说明
7 years ago
5 years ago
**tty命令** 可以显示连接到当前标准输入的终端设备文件名
7 years ago
5 years ago
## 选项
7 years ago
```
tty [选项]
```
6 years ago
7 years ago
```
-s 什么也不显示,只返回退出状态值
```
5 years ago
## 实例
7 years ago
5 years ago
显示连接到当前标准输入的终端设备文件名
7 years ago
```bash
[root@localhost ~]# tty
/dev/pts/0
```
6 years ago