Linux常用命令

1、环境变量配置

(1)touch ~/.bash_profile

(2)open -t ~/.bash_profile打开编辑器,编辑保存

(3)source ~/.bash_profile使得配置生效

2、显示当前目录

pwd

你可能感兴趣的:(Linux常用命令)