ps -ef|grep java //查看指定服务
ss -tnpl |grep 8358 //查看进程占用的端口
修改文件名:mv test.txt new.txt
移动文件:mv dist1 bak(将dist1文件夹移动到当前目录的bak文件夹中)
解压zip文件:unzip dist.zip(注意有同名文件不要覆盖!!!)
复制文件并改名:cp nginx.conf nginx_bak.conf
ps -ef|grep java //查看指定服务
ss -tnpl |grep 8358 //查看进程占用的端口
修改文件名:mv test.txt new.txt
移动文件:mv dist1 bak(将dist1文件夹移动到当前目录的bak文件夹中)
解压zip文件:unzip dist.zip(注意有同名文件不要覆盖!!!)
复制文件并改名:cp nginx.conf nginx_bak.conf

被折叠的 条评论
为什么被折叠?