Last active
December 14, 2015 04:48
-
-
Save JagoWang/5030439 to your computer and use it in GitHub Desktop.
Linux note
This file contains hidden or 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
chmod和数字改变文件或目录的访问权限 | |
chown改变目录或文件的所有权 | |
chown root $dir | |
-R 递归子目录 | |
http://soft.yesky.com/115/11046615.shtml | |
echo "" >>/> file | |
在linux系统下,我们通常可以通过以下2条命令来简单了解当前系统的网络连接情况: | |
#netstat -altn 得到当前所有网络连接信息 | |
#netstat -ntlp 得到系统所开放的网络端口 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Already backup.