
liunx
chenlisong2015
读万卷书,行万里路。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shell脚本示例,start stop restart
PID_FILE=pid/malformedword.pid CLASS_PATH=package/lib MAIN_CLASS=com.youku.netty.HttpServer echo "start? stop? restart? " read key case "$key" in start) if [ ! -f $PID_FILE ]; then echo "server st原创 2015-07-14 10:14:17 · 2687 阅读 · 0 评论 -
常用的liunx命令
常用的liunx命令ls命令ls命令是列出目录内容(List Directory Contents)的意思。运行它就是列出文件夹里的内容,可能是文件也可能是文件夹。[root@iZ25616vzxyZ soft]# ls apache-tomcat-7.0.70 app dokuwiki jdk1.7.0_79 mysql-5.7.14-linux-glibc2.5-x86_64 redi原创 2016-09-19 00:06:06 · 1585 阅读 · 0 评论