咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
Linux 某个目录下出现了~目录入口,如何清除?
[root@localhost ~]# ls -la 总用量 92 drwxr-xr-x 2 root root 4096 11月 8 10:49 ~ dr-xr-x---. 6 root root 4096 11月 8 10:49 . dr-xr-xr-x. 24 root root 4096 11月 1 10:50 .. -rw-------. 1 root root 1274 10月 25 14:37 anaconda-ks.cfg -rw-------. 1 root root 15407 11月 3 17:56 .bash_history -rw-r--r--. 1 root root 18 5月 20 2009 .bash_logout
直接用命令可以删除
rm -fr \~ rm -rf '~' rm -rf ~