# find / -xdev -type f -perm +111 -exec file -i '{ }' \; | grep 'x-executable' > list_of_binaries.txt
# awk -F":" '{print $1}' list_of_binaries.txt > List_of_Binaries.txt
# awk -F":" '{print $1}' list_of_binaries.txt > List_of_Binaries.txt
This Blog primarily focus on providing solutions for administering Linux Operating system in Enterprise environment. I have put my best effort to ensure the solutions provided in this are accurate, easy to follow, effective, and helpful for Linux Users & System Administrators.