详细讲解系统命令,如: 基本命令 1) tail 和 head 使用tail命令可以查看文件的尾部,head命令则查看文件的头部。 # tail filename # tail -f filename; 使tail不断执行,当文件被写入时显示文件的新行。 #head filename