标签:Linux
1.pwd是什么显示当前所在的绝对路径
绝对路径是从/目录开始
相对路径是相对于现在目前所在的位置
cd -
cd ..
cd cd ~
vi或vim
touch
其他重定向
mkdir -p
Usage
history !55
.bash_history
rm -rf
PATH
find ./ -name "xxx"
ps -ef | grep xxx
netstat -nlp |grep xxx
kill -9 pid
top
free -m
df -h
421
chown
-xzvf -cvf
建立回话
全局 /etc/profile source /etc/profile生效
个人 ~/.bash_profile source ~/.bash_profile生效
标签:Linux
原文地址:http://blog.51cto.com/10814168/2126239