I was recently browsing my Fedora's /bin
folder and noticed a binary named [
.
I did try to search the internet for more information on that, but I couldn't find anything useful. Running it through strace
doesn't seem to produce anything useful for closer inspection too.
What is that? Should I be alarmed? Could it be the result of a system compromise? Should I run it? Does it belong to any package?
[ -f /bin/[ ] && printf "%s\n" "Don't panic"
– jasonwryan 9 hours agoman [
to see what the[
command is! – Gilles 9 hours agobash
, and figured that might be something else. It's not the first thing that comes to your mind when you see a binary with a name you've never seen before in your file system - or to put it another way, you have to find something more concrete to clear the doubts in your head. – NlightNFotis 9 hours ago