摘要:
简介:ps - report a snapshot of the current processes. 用途:获取当前时刻程序运行状态 概要:ps [options] 类型:ps is hashed (/bin/ps) 说明: ps获取到的是某一时刻程序运行状态的静态信息,如果想要动态获取程序运行信 阅读全文
摘要:
全称:output the last part of files 用途:只查看文件的前面一部分内容 格式:tail [OPTION]... [FILE]... 类型:tail is /usr/bin/tail 说明: -c, --bytes=K:显示最后K个字节,如果使用带有+号的整数,就是从第K个 阅读全文
摘要:
全称:output the first part of files 用途:只查看文件的前面一部分内容 格式:head [OPTION]... [FILE]... 类型:head is /usr/bin/head 说明: -c, --bytes=[-]K:显示文件前K个字节,如果是负数,就是显示除掉文 阅读全文