Linux 学习笔记

Linux 文件与目录管理
使用ll 或者 ls -l 显示文件的属性 和文件所属用户和组
drwx------. 5 root root  4096 Oct 18 10:02 .
drwxr-xr-x. 6 root root    65 Jun  7  2016 ..
-rw-------  1 root root 18377 Oct 18 10:18 .bash_history
-rw-r--r--. 1 root root    18 Jul  8  2015 .bash_logout
-rw-r--r--. 1 root root   193 Jul  8  2015 .bash_profile
-rw-r--r--. 1 root root   231 Jul  8  2015 .bashrc
drwxr-xr-x  3 root root    17 Jan  9  2019 .cache
drwxr-xr-x  3 root root    17 Jan  9  2019 .config
drwxr-xr-x  5 root root  4096 Sep  3 09:31 ctt
-rw-r--r--. 1 root root   172 Jun  3  2015 .kshrc
-rw-------  1 root root   810 Oct 18 10:02 .viminfo

上一篇:在Linux上显示正在运行的进程的线程ID


下一篇:C# 程序员最常犯的 10 个错误http://www.oschina.net/translate/top-10-mistakes-that-c-sharp-programmers-make