Deleted folder keeps coming backDoes inotify fire a notification when a write is started or when it is...

Why was Sauron preparing for war instead of trying to find the ring?

How did the SysRq key get onto modern keyboards if it's rarely used?

Is my investment strategy a form of fundamental indexing?

Why force the nose of 737 Max down in the first place?

Trapped in an ocean Temple in Minecraft?

How to kill my goat in Goat Simulator

Sea level static test of an upper stage possible?

What is this spacecraft tethered to another spacecraft in LEO (vintage)

What is the most common end of life issue for a car?

The Sword in the Stone

Sci-fi change: Too much or Not enough

Request for a Latin phrase as motto "God is highest/supreme"

How to apply the changes to my `.zshrc` file after edit?

How did Mysterio have these drones?

To find islands of 1 and 0 in matrix

Why is it considered Acid Rain with pH <5.6

What is the most efficient way to write 'for' loops in Matlab?

How could Nomadic scholars effectively memorize libraries worth of information

How to store my pliers and wire cutters on my desk?

If a 2019 UA artificer has the Repeating Shot infusion on two hand crossbows, can they use two-weapon fighting?

Why did House of Representatives need to condemn Trumps Tweets?

How can I write an interdental lateral in phonetic transcription?

Unethical behavior : should I report it?

Why do planes need a roll motion?



Deleted folder keeps coming back


Does inotify fire a notification when a write is started or when it is completed?How to delete this undeletable directory?What exactly files whose names' prefix is “AT.postflight.” are needed for?How to permanently get rid of folder that keeps coming back on rebootVerifying a large directory after copy from one hard drive to anotherHow to delete a file with corrupt filename?Delete folder with invalid character (-encoding)Linux Mint: removing files via UI does not always delete the file icon from directoryWhy am I finding duplicates of directories (folders)?Folder group ownership permissions and problems






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







4















I have a directory at /opt/splunk that I cannot seem to get rid of.



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


I can remove it without an error which seems to work.



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


But then, I can still cd to it and it still contains the directories that it had before.



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


I can even delete the directory, create a file with the same name, delete the file, and still the old folder comes back!



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


I am going insane. Does anyone understand what is happening here? This is Debian.



root@alpha:/opt# cat /etc/debian_version
7.8


Responses to comments...



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% /









share|improve this question

























  • automount ? what is the result of cd /opt/splunk ; df . ?

    – Archemar
    Feb 20 '15 at 16:03











  • Added result to the end of the question @Archemar

    – Rip Leeb
    Feb 20 '15 at 16:07


















4















I have a directory at /opt/splunk that I cannot seem to get rid of.



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


I can remove it without an error which seems to work.



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


But then, I can still cd to it and it still contains the directories that it had before.



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


I can even delete the directory, create a file with the same name, delete the file, and still the old folder comes back!



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


I am going insane. Does anyone understand what is happening here? This is Debian.



root@alpha:/opt# cat /etc/debian_version
7.8


Responses to comments...



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% /









share|improve this question

























  • automount ? what is the result of cd /opt/splunk ; df . ?

    – Archemar
    Feb 20 '15 at 16:03











  • Added result to the end of the question @Archemar

    – Rip Leeb
    Feb 20 '15 at 16:07














4












4








4








I have a directory at /opt/splunk that I cannot seem to get rid of.



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


I can remove it without an error which seems to work.



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


But then, I can still cd to it and it still contains the directories that it had before.



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


I can even delete the directory, create a file with the same name, delete the file, and still the old folder comes back!



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


I am going insane. Does anyone understand what is happening here? This is Debian.



root@alpha:/opt# cat /etc/debian_version
7.8


Responses to comments...



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% /









share|improve this question
















I have a directory at /opt/splunk that I cannot seem to get rid of.



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


I can remove it without an error which seems to work.



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


But then, I can still cd to it and it still contains the directories that it had before.



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


I can even delete the directory, create a file with the same name, delete the file, and still the old folder comes back!



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


I am going insane. Does anyone understand what is happening here? This is Debian.



root@alpha:/opt# cat /etc/debian_version
7.8


Responses to comments...



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% /






files






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 20 '15 at 22:27









Gilles

566k136 gold badges1166 silver badges1676 bronze badges




566k136 gold badges1166 silver badges1676 bronze badges










asked Feb 20 '15 at 15:54









Rip LeebRip Leeb

2072 gold badges4 silver badges9 bronze badges




2072 gold badges4 silver badges9 bronze badges













  • automount ? what is the result of cd /opt/splunk ; df . ?

    – Archemar
    Feb 20 '15 at 16:03











  • Added result to the end of the question @Archemar

    – Rip Leeb
    Feb 20 '15 at 16:07



















  • automount ? what is the result of cd /opt/splunk ; df . ?

    – Archemar
    Feb 20 '15 at 16:03











  • Added result to the end of the question @Archemar

    – Rip Leeb
    Feb 20 '15 at 16:07

















automount ? what is the result of cd /opt/splunk ; df . ?

– Archemar
Feb 20 '15 at 16:03





automount ? what is the result of cd /opt/splunk ; df . ?

– Archemar
Feb 20 '15 at 16:03













Added result to the end of the question @Archemar

– Rip Leeb
Feb 20 '15 at 16:07





Added result to the end of the question @Archemar

– Rip Leeb
Feb 20 '15 at 16:07










2 Answers
2






active

oldest

votes


















7














According to modify dates you might have some process running which creates again files and dirs you just deleted.






share|improve this answer



















  • 1





    I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

    – Rip Leeb
    Feb 20 '15 at 16:12



















0














@Rip Leeb.



I am running into a similar issue and unable to figure out. In our case, some of the files are restored even after deletion in Splunk_HOME/etc/system/local.



Thanks






share|improve this answer








New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Kamil Maciorowski
    3 mins ago














Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f185958%2fdeleted-folder-keeps-coming-back%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









7














According to modify dates you might have some process running which creates again files and dirs you just deleted.






share|improve this answer



















  • 1





    I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

    – Rip Leeb
    Feb 20 '15 at 16:12
















7














According to modify dates you might have some process running which creates again files and dirs you just deleted.






share|improve this answer



















  • 1





    I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

    – Rip Leeb
    Feb 20 '15 at 16:12














7












7








7







According to modify dates you might have some process running which creates again files and dirs you just deleted.






share|improve this answer













According to modify dates you might have some process running which creates again files and dirs you just deleted.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 20 '15 at 16:05









PetrPetr

7104 silver badges14 bronze badges




7104 silver badges14 bronze badges








  • 1





    I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

    – Rip Leeb
    Feb 20 '15 at 16:12














  • 1





    I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

    – Rip Leeb
    Feb 20 '15 at 16:12








1




1





I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

– Rip Leeb
Feb 20 '15 at 16:12





I had some processes running which were using binaries in that folder. Apparently I didn't totally shut down the app before removing it. Thanks!

– Rip Leeb
Feb 20 '15 at 16:12













0














@Rip Leeb.



I am running into a similar issue and unable to figure out. In our case, some of the files are restored even after deletion in Splunk_HOME/etc/system/local.



Thanks






share|improve this answer








New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Kamil Maciorowski
    3 mins ago
















0














@Rip Leeb.



I am running into a similar issue and unable to figure out. In our case, some of the files are restored even after deletion in Splunk_HOME/etc/system/local.



Thanks






share|improve this answer








New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Kamil Maciorowski
    3 mins ago














0












0








0







@Rip Leeb.



I am running into a similar issue and unable to figure out. In our case, some of the files are restored even after deletion in Splunk_HOME/etc/system/local.



Thanks






share|improve this answer








New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









@Rip Leeb.



I am running into a similar issue and unable to figure out. In our case, some of the files are restored even after deletion in Splunk_HOME/etc/system/local.



Thanks







share|improve this answer








New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this answer



share|improve this answer






New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








answered 55 mins ago









navdnavd

1




1




New contributor



navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




navd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Kamil Maciorowski
    3 mins ago



















  • This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

    – Kamil Maciorowski
    3 mins ago

















This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– Kamil Maciorowski
3 mins ago





This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

– Kamil Maciorowski
3 mins ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f185958%2fdeleted-folder-keeps-coming-back%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m