1.查看tomcat进程
ps -ef | grep tomcat
2.查看某一个文件的若干行
tail -200 aa.log
3.查看当前目录
pwd
4.获取文件
5.查看某个文件或命令是否存在
whereis unzip
6.查看某一软件是否安装
rpm -qa|grep tomcat
7.卸载软件
rpm -e tomcat
8.在线获取安装文件
yum install unzip
1.查看tomcat进程
ps -ef | grep tomcat
2.查看某一个文件的若干行
tail -200 aa.log
3.查看当前目录
pwd
4.获取文件
5.查看某个文件或命令是否存在
whereis unzip
6.查看某一软件是否安装
rpm -qa|grep tomcat
7.卸载软件
rpm -e tomcat
8.在线获取安装文件
yum install unzip