发布网友 发布时间:2022-04-23 03:52
共2个回答
热心网友 时间:2023-07-11 04:25
ls -a
看看是不是隐藏了
是root权限吗?
热心网友 时间:2023-07-11 04:25
怎么进的文件夹?是终端用cd命令,还是在图形界面?如果图形界面有时确实是不行。
我这里
[root@localhost ~]# ls -al
总用量 124
dr-xr-x---. 7 root root 4096 10月 19 23:50 .
dr-xr-xr-x. 25 root root 4096 10月 23 08:53 ..
-rw-------. 1 root root 1603 10月 16 23:18 anaconda-ks.cfg
-rw-------. 1 root root 1159 10月 19 23:50 .bash_history
-rw-r--r--. 1 root root 18 5月 20 2009 .bash_logout
-rw-r--r--. 1 root root 176 5月 20 2009 .bash_profile
-rw-r--r--. 1 root root 176 9月 23 2004 .bashrc
drwx------. 3 root root 4096 10月 19 22:51 .config
-rw-r--r--. 1 root root 100 9月 23 2004 .cshrc
drwx------. 3 root root 4096 10月 17 13:43 .dbus
drwx------. 2 root root 4096 10月 16 23:21 .gconf
-rw-r--r--. 1 root root 46562 10月 16 23:18 install.log
-rw-r--r--. 1 root root 10031 10月 16 23:13 install.log.syslog
drwxr-----. 3 root root 4096 10月 16 23:53 .pki
-rw-------. 1 root root 256 10月 17 13:50 .pulse-cookie
-rw-r--r--. 1 root root 129 12月 4 2004 .tcshrc
drwxr-xr-x. 4 root root 4096 10月 19 22:23 VirtualBox VMs
终端用ls就能行
图形界面就不让显示root目录内容。除非登录系统的是root。