有关用户登录的信息记录在 utmp(/var/run/utmp)、wtmp(/var/log/wtmp)、btmp(/var/log/btmp) 和 lastlog(/var/log/lastlog) 等文件。who、w 和 users 等命令通过 utmp(/var/run/utmp) 文件查询当...
分类:
系统相关 时间:
2015-05-11 19:54:06
阅读次数:
158
Problem DescriptionOur protagonist is the handsome human prince Aragorn comes from The Lord of the Rings. One day Aragorn finds a lot of enemies who w...
分类:
其他好文 时间:
2015-05-10 22:14:21
阅读次数:
141
系统与管理命令Users 和 Groups 类命令
users
重要程度:中
显示所有的登录的用户。这个命令与 who -q 基本一致。groups
重要程度:中
列出当前用户和他所属于的组。这相当于 $GROUPS 内部变量,但是这个命令将会给出组名字,而不是数字。chown,chgrp
重要程度:高
chown 命令将会修改一个或多个文件的所有权。对于 root 来说这是一种非常好...
分类:
系统相关 时间:
2015-05-10 11:31:35
阅读次数:
212
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who comes ...
分类:
其他好文 时间:
2015-05-10 06:21:45
阅读次数:
178
Problem Description All programmers of Mocrosoft software company are organized in a strict subordination hierarchy. Every programmer has exactly one chief, except Bill Hates who is also the head of t...
分类:
其他好文 时间:
2015-05-09 16:40:13
阅读次数:
90
题目:DescriptionJohn von Neumann, b. Dec. 28, 1903, d. Feb. 8, 1957, was a Hungarian-American mathematician who made important contributions to the foun...
分类:
其他好文 时间:
2015-05-08 14:34:16
阅读次数:
126
whoami:打印有效用户ID
who:显示登录系统的用户有哪些
who -r显示运行级别
who -H显示字段名称
w:显示谁已经登录,并且他们在干什么
last:显示/var/log/wtmp文件,显示用户登录历史及系统重启历史
-n #:显示最近#次的相关信息
lastb:/var/tmp/btmp,显...
分类:
系统相关 时间:
2015-05-08 09:29:17
阅读次数:
182
# hostname (主机名)# hostid# uname -X# uname -a# w (进程)# who# last# ps -eaf# /usr/ucb/ps -aux# prstat# ifconfig -a (IP地址)# netstat -nr# netstat -in# /usr...
分类:
其他好文 时间:
2015-05-06 16:43:23
阅读次数:
143
Problem DescriptionMany years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , su...
分类:
其他好文 时间:
2015-05-04 20:04:55
阅读次数:
205
The Guru MythRyan BrushANYONE WHO HAS WORKED iN SOFTWARE LONG ENOUGH has heard questions like this:
I’m getting exception XYZ. Do you know what the problem is?
Those asking the question rarely bother...
分类:
其他好文 时间:
2015-05-04 10:06:14
阅读次数:
102