码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
HDU 5023 A Corrupt Mayor's Performance Art(线段树区间更新)
Problem Description Corrupt governors always find ways to get dirty money. Paint something, then sell the worthless painting at a high price to someone who wants to bribe him/her on an auction, thi...
分类:其他好文   时间:2015-01-09 17:29:52    阅读次数:335
77个优美的句子
注:77个优美的句子以及中文翻译,顺便还能学一些漂亮的单词。是否需要把英文放上面,中文放下面?现在这种排版方式貌似用户体验不好,but who cares? --seedluo1 我的世界不允许你的消失,不管结局是否完美. No matter the ending is perfect or n.....
分类:其他好文   时间:2015-01-09 15:29:47    阅读次数:110
【POJ2699】The Maximum Number of Strong Kings 枚举(二分)+网络流check、
题意: 有n个人,两两都有比赛,然后有每个人的胜场次数。 规定把比自己胜场次数多的人都赢了的就是strong(weak) king (vegetables)  (why i say that they are so weak?  :****,how do you think a person who beat the heroes but defeated at the dogface? ...
分类:其他好文   时间:2015-01-07 11:03:03    阅读次数:244
BZOJ 3831: [Poi2014]Little Bird【动态规划】
DescriptionIn the Byteotian Line Forest there are trees in a row. On top of the first one, there is a little bird who would like to fly over to the t....
分类:其他好文   时间:2015-01-06 21:22:07    阅读次数:278
The Simplified Project Management Process
One of the challenges of explaining project management to people who are unfamiliar with the approach, is that descriptions are often either so high-l...
分类:其他好文   时间:2015-01-05 20:08:57    阅读次数:191
用户管理命令:添加用户useradd,设置用户密码passwd,查看当前用户who.
Linux下添加用户:useradd 用户名 为用户名添加密码:passwd 用户名 查看系统中的所有用户:cat /etc/passwd |cut -f 1 -d : 注意:| 是管道,把cat的输出传给cut处理;后面的cut取出每一行的以:分割的第一栏。 用who命令可以查看当前登录的用户有哪些,一个用户可以多次登录比如有两个root。一个root在它的本地,一个ro...
分类:其他好文   时间:2015-01-04 21:32:54    阅读次数:287
ZOJ3626---Treasure Hunt I
Treasure Hunt I Time Limit: 2 Seconds      Memory Limit: 65536 KB Akiba is a dangerous country since a bloodsucker living there. Sometimes the bloodsucker will appear and kill everyone who is...
分类:其他好文   时间:2015-01-02 16:09:19    阅读次数:194
一种监控全部账户登陆及操作命令的方法
公司师兄教的一种方法:将例如以下脚本,增加到/etc/profile最后就可以PS1="`whoami`@`hostname`:"'[$PWD]'historyUSER_IP=`who -u am i 2>/dev/null| awk '{print $NF}'|sed -e 's/[()]//g'...
分类:其他好文   时间:2015-01-02 10:52:54    阅读次数:131
查看linux系统的开机时间/重启历史记录
查看linux系统的开机时间/重启历史记录1、who -b命令[root@rusky opt]# who -b ---查看最后一次(上次)系统启动的时间 system boot Dec 27 05:062、who -r命令[root@rusky opt]# who -r ...
分类:系统相关   时间:2014-12-31 18:12:17    阅读次数:329
linux查看用户登录信息-w命令
NAME w - Show who is logged on and what they are doing.SYNOPSIS w - [husfV] [user]DESCRIPTION w displays information about the u...
分类:系统相关   时间:2014-12-31 18:01:50    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!