姓名 邹文兵 学号 201821121028 班级 计算1811 1. 实验环境介绍 给出实验环境: 操作系统:Ubuntu 18.04.3 LTS 平台:双操作系统(Win10+Ubuntu18.04) 2. 常用命令使用 (1)进入特权模式:sudo su (2)文件操作(部分):ls ,mkdir,rmdir 3. 剖析ps命令 运行 man ps ,将 ps 使用方法拷贝过来,比如: SYNOPSIS ps [options] EXAMPLES To see every process on the system using standard syntax: ps -e ps -ef ps -eF ps -ely To see every process on the system using BSD syntax: ps ax ps axu To print a process tree: ps -ejH ps axjf To get info about threads: ps -eLf ps axms To get security info: ps -eo euser,ruser,suser,fuser,f,comm,label ps axZ ps -eM To see every process running as root (real & effective