cd
ls -al
ll
mkdir
chmod -R 777 /home/aoi
cp -r /home/aoi ./
find . -type f -name "*.txt" -exec cat {} \; > all.txt
find ./14* -type f -name "*.txt" -exec more {} \;
scp /home/aoi/ root@192.168.16.11:/home/aoi/
ftp 192.168.18.116
history | grep mysql
ln -s self_help/aoglogs statlog
mysql -uroot -phappytimmy -h192.168.16.11
redis常用命令
redis-server redis.conf
redis-cli
keys *
flushdb
set name "baoyou"/ get name /del name /exits name
lrange "JSON_LIST_2016060610_3" 0 1