Linux常用命令

文件传输

rz/sz :远程服务器传输/下载文件命令

查看应用进程

ps -ef|grep java/tomcat

文件解压

  • unzip
  • tar
    命令名: unzip
    功 能说明:解压缩zip文 件
    语  法:unzip [-cflptuvz][-agCjLMnoqsVX][-P <密 码>][.zip文 件][文件][-d <目录>][-x <文件>] 或 unzip [-Z]
    补充说明:unzip为.zip压缩文件的解压缩程序。
unzip -d 指定目录
e.g: [root@oracle upload]# unzip -oq common.war -d common
posted @ 2023-06-30 11:24  galaxy9  阅读(3)  评论(0编辑  收藏  举报