1、ls按时间 降序 排列: ls -lt (最常用)
2、ls按时间 升序 排列:ls -rt
3、linux 查看 文件目录的总大小
du -sh /home du -sh ./360shipin
本文作者 : admin @ 邮箱
版权声明 除非注明,本文由 admin 原创编译
转载请注明出处: http://qg66.cn/?id=31
设进程号为pid,端口号为port。1.CPU占用率命令:top-ppid,%CPU一项,单位为百分比。2.物理内存使用量命令:top-ppid,RES一项,单位为KB。3.虚拟内存使用量命令...
查看nginx/apache访问日志日志位置nginx.conf配置文件access_log参数查看nginx/apache错误日志日志位置nginx.conf配置文件error_log参数查看php...
今天看到一条用netstat查看Linux网络状况的语句,如下:netstat-n|awk'/^tcp/{++S[$NF]}END{for(ainS)printa...
1、linux可以用curl模拟post请求: curl'http://localhost/index.php'-H'Host:...