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.

24 lines
1.2 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.

# finger
## 说明
**finger命令** 用于查找并显示用户信息。包括本地与远端主机的用户皆可帐号名称没有大小写的差别。单独执行finger指令它会显示本地主机
现在所有的用户的登陆信息,包括帐号名称,真实姓名,登入终端机,闲置时间,登入时间以及地址和电话
## 选项
```markdown
-l列出该用户的帐号名称真实姓名用户专属目录登入所用的Shell登入时间转信地址电子邮件状态还有计划文件和方案文件内容
-m排除查找用户的真实姓名
-s列出该用户的帐号名称真实姓名登入终端机闲置时间登入时间以及地址和电话
-p列出该用户的帐号名称真实姓名用户专属目录登入所用的Shell登入时间转信地址电子邮件状态但不显示该用户的计划文件和方案文件内容
不指定finger的选项如果提供操作者的话缺省设为`-l`输出风格,否则为`-s`风格,注意在两种格式中,如果信息不足,都有一些域可能丢失,如果没有
指定参数finger会为当前登录的每个用户打印一个条目
```
## 实例