码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
CentOS简单的命令
1.exit 退出命令行程序 2.ls /boot ls看当前目录下的文件(文件夹为蓝色) 4.ls -l /boot 5.whoani 6.who 7.date 8.cal 9.clear 清屏 =ctrl l 10.useradd userdel 11.passwd 12.su 切换用户。从ro ...
分类:其他好文   时间:2020-02-02 11:34:54    阅读次数:112
Hexo
显示目前登录系统的用户信息补充说明who命令 是显示目前登录系统的用户信息。执行who命令可得知目前有那些用户登入系统,单独执行who命令会列出登入帐号,使用的终端机,登入时间以及从何处登入或正在使用哪个X显示器。语法1who(选项)(参数)选项12345678-H或--heading:显示各栏位的... ...
分类:其他好文   时间:2020-02-01 12:31:46    阅读次数:67
Perl语言中的ig
Perl 中s/// 和 tr/// 的差别 说真的,要学好 perl 还真的不简单,因为 perl 的程序代码比C来得精简一半1,靠得就是在撰写时的大脑运作。程设师得花更多时间写出精简的 code,同时也要将「语意上的错误」减少到最低,这就是要靠经验的累积。废话不多说,先说s/// 置换的功能,s ...
分类:编程语言   时间:2020-01-30 22:58:20    阅读次数:89
LeetCode 464 - Can I Win - Medium (Python)
In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o ...
分类:编程语言   时间:2020-01-29 10:50:52    阅读次数:93
PHP Function
``` '; require('reusable.php'); echo 'The script will end now.'; /* there are three situations here 1. if the reusable.php are those codes, which incl... ...
分类:Web程序   时间:2020-01-27 00:16:25    阅读次数:93
Linux常用命令
一、系统信息 date : 显示系统日期 cal 2020 : 显示2020年日历 who :查看历史登入用户 whoami:查看当前登陆用户 二、系统的关机、重启以及登出 shutdown -h 关闭系统 init 0 关闭系统 shutdown -r 重启系统 reboot 重启 logout ...
分类:系统相关   时间:2020-01-22 20:10:20    阅读次数:93
Codeforces Round #611 (Div. 3) C
There are nn friends who want to give gifts for the New Year to each other. Each friend should give exactly one gift and receive exactly one gift. The ...
分类:其他好文   时间:2020-01-21 13:24:12    阅读次数:49
[hdu-5795]A Simple Nim 博弈 尼姆博弈 SG函数打表找规律
【题目】题目链接 Two players take turns picking candies from n heaps,the player who picks the last one will win the game.On each turn they can pick any number ...
分类:其他好文   时间:2020-01-16 14:47:51    阅读次数:57
HDU-4609 3-idiots
Description King OMeGa catched three men who had been streaking in the street. Looking as idiots though, the three men insisted that it was a kind of ...
分类:其他好文   时间:2020-01-13 15:54:33    阅读次数:71
shell系统监控及日志分析
shell系统监控及日志分析 系统监控: CPU相关信息在/proc/stat 内存/proc/meminfo 流量监控proc/net/dev 磁盘io/proc/vmstat 脚本代码 1 #!/bin/bash 2 #监控linux主机系统信息 3 #导入工具模块 4 source utils ...
分类:系统相关   时间:2020-01-09 20:31:44    阅读次数:125
2492条   上一页 1 ... 15 16 17 18 19 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!