↓ 按住下拉

  • Linux---who命令学习
    who命令 获取正在登录系统的用户 使用Linux的who命令 第一个参数book代表用户名,第二个参数tty7代表终端名,第三个参数代表时间,第四个参数代表用户的登录地址。 ......
  • who命令
    who1.c include <stdio.h>include <utmp.h>include <fcntl.h>include <unistd.h> define SHOWHOST /*include remote machine on output*/ show_info ......