Skip to content

Instantly share code, notes, and snippets.

@wutingjia
Created March 18, 2019 12:57
Show Gist options
  • Save wutingjia/404cda7dfd40e5a972e31aff3a8b07f3 to your computer and use it in GitHub Desktop.
Save wutingjia/404cda7dfd40e5a972e31aff3a8b07f3 to your computer and use it in GitHub Desktop.
linux常用

查看所有文件(包括隐藏文件):ll -a
创建文件:touch [filename]
在不注销重新登陆的情况下使修改的配置文件生效:source [filename]
在用户目录下的隐藏文件.bashrc中配置环境变量例如export JAVA_HOME=/JAVA/jdk1.8.0_190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment