De acordo com as datas de modificação, você pode ter algum processo em execução, o que cria novamente arquivos e diretórios que você acabou de excluir.
Eu tenho um diretório em /opt/splunk
do qual não consigo me livrar.
root@alpha:/opt# ls -la
total 87156
drwxr-xr-x 4 root root 4096 Feb 20 15:44 .
drwxr-xr-x 23 root root 4096 Feb 19 13:29 ..
drwxrwxrwx 3 root root 4096 Feb 20 15:23 data
drwx------ 4 root root 4096 Feb 20 15:45 splunk
-rw-r--r-- 1 root root 89224626 Dec 16 22:47 splunk-6.2.1-245427-linux-2.6-amd64.deb
Eu posso removê-lo sem um erro que pareça funcionar.
oot@alpha:/opt# rm -rf splunk
root@alpha:/opt# ls -la
total 87152
drwxr-xr-x 3 root root 4096 Feb 20 15:46 .
drwxr-xr-x 23 root root 4096 Feb 19 13:29 ..
drwxrwxrwx 3 root root 4096 Feb 20 15:23 data
-rw-r--r-- 1 root root 89224626 Dec 16 22:47 splunk-6.2.1-245427-linux-2.6-amd64.deb
Mas eu ainda posso cd para ele e ele ainda contém os diretórios que ele tinha antes.
root@alpha:/opt# cd splunk
root@alpha:/opt/splunk# ls -la
total 12
drwx------ 3 root root 4096 Feb 20 15:46 .
drwxr-xr-x 4 root root 4096 Feb 20 15:46 ..
drwx------ 3 root root 4096 Feb 20 15:46 var
Eu posso até deletar o diretório, criar um arquivo com o mesmo nome, deletar o arquivo, e ainda assim a pasta antiga voltar!
root@alpha:/opt# ls -la
total 87156
drwxr-xr-x 4 root root 4096 Feb 20 15:46 .
drwxr-xr-x 23 root root 4096 Feb 19 13:29 ..
drwxrwxrwx 3 root root 4096 Feb 20 15:23 data
drwx------ 4 root root 4096 Feb 20 15:48 splunk
-rw-r--r-- 1 root root 89224626 Dec 16 22:47 splunk-6.2.1-245427-linux-2.6-amd64.deb
root@alpha:/opt# rm -rf splunk
root@alpha:/opt# touch splunk
root@alpha:/opt# ls -la
total 87152
drwxr-xr-x 3 root root 4096 Feb 20 15:48 .
drwxr-xr-x 23 root root 4096 Feb 19 13:29 ..
drwxrwxrwx 3 root root 4096 Feb 20 15:23 data
-rw-r--r-- 1 root root 0 Feb 20 15:48 splunk
-rw-r--r-- 1 root root 89224626 Dec 16 22:47 splunk-6.2.1-245427-linux-2.6-amd64.deb
root@alpha:/opt# rm splunk
root@alpha:/opt# ls -la
total 87152
drwxr-xr-x 3 root root 4096 Feb 20 15:48 .
drwxr-xr-x 23 root root 4096 Feb 19 13:29 ..
drwxrwxrwx 3 root root 4096 Feb 20 15:23 data
-rw-r--r-- 1 root root 89224626 Dec 16 22:47 splunk-6.2.1-245427-linux-2.6-amd64.deb
root@alpha:/opt# cd splunk
root@alpha:/opt/splunk# ls -la
total 12
drwx------ 3 root root 4096 Feb 20 15:48 .
drwxr-xr-x 4 root root 4096 Feb 20 15:48 ..
drwx------ 3 root root 4096 Feb 20 15:48 var
Eu estou ficando louco. Alguém entende o que está acontecendo aqui? Este é o Debian.
root@alpha:/opt# cat /etc/debian_version
7.8
Respostas aos comentários ...
root@alpha:/opt/splunk# cd /opt/splunk ; df .
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/disk/by-uuid/830ee07d-3e7d-4d5e-a923-e998000f4a7c 10188088 1185164 8462356 13% /
Tags files