发表评论取消回复
相关阅读
相关 Linux命令日常积累
1、查看tomcat日志文件 1.查看实时日志文件 tail -f catalina.out ![20191120164657725.png][]
相关 Linux中shell语法积累
1、Shell 的for循环语法 语法: for命令用空格来划分列表中的每个值。如果在单独的数据值中有空格,就必须用双引号将这些值圈起来 for 变量 in
相关 linux命令学习积累
1.从别的服务器下载文件到当前目录 scp root@20.5.228.143:/home/cib/.zip ./ 2.zip文件压缩和解压 zi
相关 Java 开发常用的 Linux 命令知识积累
来源 | siye1982.github.io/2016/02/25/linux-list/ 写在前面 基本操作 Linux关机,重启 查看系统,CP
相关 centos 常用命令积累
删除文件夹及内部文件: `rm -rf /usr/as` 查找文件:`find -name "sfd"` [http://www.ruanyifeng.com/blog
相关 Linux tomcat 命令集-不断积累和更新
·tomcat 加入系统服务 http://blog.csdn.net/zfl589778/article/details/51333442 ·t
相关 linux命令积累中
1. ctrl+d---------- 退出python 2.添加sudoer su - 输入超级用户密码 chmod u+w /etc
还没有评论,来说两句吧...