码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
w的几个命令
w的几个命令whoami查看当前登录用户who[root@localhost~]#who显示当前登录到系统的用户有哪些用户名登录终端登录时间roottty12016-06-0617:57rootpts/02016-06-0618:01(192.168.50.1)终端类型:pty:物理终端。console:控制台。(VGA卡)tty:虚拟终端(VGA卡)ttyS:串行终端Pt..
分类:其他好文   时间:2016-06-07 11:19:58    阅读次数:216
Git访问TFS出现权限不足(Using Personal Access Tokens to access Visual Studio Online)
使用GIT克隆TFS服务器上的代码到本地时出现错误如下: 解决办法: 原文请查看(https://roadtoalm.com/2015/07/22/using-personal-access-tokens-to-access-visual-studio-online/) People who use ...
分类:数据库   时间:2016-06-06 12:02:04    阅读次数:3116
Linux下如何移除同时在线的用户
Linux下移除同时在线的用户太多时,shell操作会变得比较卡,很多时候经常是直接关闭终端导致不正常退出,一般要等上一段时间才会退出,这个时候主动结束用户进程使用户下线是比较好的方式,方法如下: 使用 who 或者 w 命令查看当前在线用户,如下图所示: TTY所指定的是用户所登录的终端,可以通过 ...
分类:系统相关   时间:2016-06-03 21:29:59    阅读次数:184
Static and Local Scope
Someone says, " I just want to define a int var in a .h file. Who pa Who? Now we see the following example. Static: Local in YOU ah.h static int a=1; ...
分类:其他好文   时间:2016-06-03 21:19:50    阅读次数:184
Think different
Here's to the crazy ones.The misfits.The rebels.The troublemakers.The round pegs in the square holes. The ones who see things differently. They're not ...
分类:其他好文   时间:2016-06-03 01:07:55    阅读次数:225
so near yet so far
Dear little yang So beautiful boy as you, the most beautiful boy is you who i ever saw, like a sun ,the shine into my heart, it makes my heart like fl ...
分类:其他好文   时间:2016-05-31 14:07:11    阅读次数:150
Bone Collector
Problem Description Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , s ...
分类:其他好文   时间:2016-05-30 23:30:17    阅读次数:450
计算机学院大学生程序设计竞赛(2015’12)The collector’s puzzle
Problem Description There is a collector who own many valuable jewels. He has a problem about how to store them. There are M special boxes. Each box h ...
分类:其他好文   时间:2016-05-30 23:05:22    阅读次数:204
性能调优概述,你不能不知的优化策略
作者:陈明乾 感谢: MageEdu 大纲 作者概述 什么是性能调优?(what) 为什么需要性能调优?(why) 什么时候需要性能调优?(when) 什么地方需要性能调优?(where) 什么人来进行性能调优?(who) 怎么样进行性能调优?(How) 总结 硬件配置:CUP Xeon E5620 x 2 8核心, 内存 ...
分类:其他好文   时间:2016-05-30 15:10:35    阅读次数:329
一天一Shell
day01 写一个脚本实现如下功能: 输入一个数字,然后运行对应的一个命令。显示命令如下:*cmd meau** 1 date 2--ls 3--who 4--pwd当输入1时,会运行date, 输入2时运行ls, 依此类推。 #!/bin/bash echo "*cmd meau** 1 date ...
分类:系统相关   时间:2016-05-30 00:42:02    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!