11-Dec-2019
While looking around one of the servers at work I noticed that the application account I was logged into had an odd file in its home directory. The file was named "
-rw-r-----.". This was obviously something that went wrong and I decided to remove it. However when doing the naive thing and simply running the following command results in an error...
The issue arises because the file name starts with a dash character. The correct (and error free) way to remove such files is to use the
-- command line argument with
rm first like so...
No errors!
-i
A quick disclaimer...
Although I put in a great effort into researching all the topics I cover, mistakes can happen.
If you spot something out of place, please do let me know.
All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle).
Use of any information contained in this blog post/article is subject to
this disclaimer.
Igor Kromin
Other posts you may like...