Last active
August 29, 2015 14:18
-
-
Save robertu7/df86caa61c0afa62fe4e to your computer and use it in GitHub Desktop.
Linux 常用命令
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 查看端口佔用 | |
sudo netstat -plunt | |
# 設置持久環境變量 | |
vim ~/.bash_proflle | |
export XXX=xxxxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment