linux 常用命令

du -h --max-depth=1

#!/bin/bash
for file in my
do
    if test -f $file
    then
      echo $file is file
    fi
    if test -d $file
    then
      echo $file is folder
    fi
done
php bin/dep -vvv deploy qa

php bin/deployer.phar -vvv deploy production

   

openssl rsa -in pkcs8.pem -out pri_key.pem
ps -ef | grep daemon.php | awk {'print $2'} | xargs kill -9 ps -ef | grep daemon.php | awk {'print $2'} ps -ef | grep daemon.php

  

upload_max_filesize=200M
post_max_size=0