there are plenty 😀

debian8.8

[cc lang=”bash” escaped=”true” width=”600″]

uname -a; # tested with
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.43-2 (2017-04-30) i686 GNU/Linux

find / -type d -iname bin
/bin
/usr/local/bin
/usr/bin
/usr/share/doc/libintl-perl/examples/simplecal/bin
/usr/lib/klibc/bin

[/cc]

suse12

[cc lang=”bash” escaped=”true” width=”600″]

uname -a; # tested with
Linux suse 4.4.21-69-default #1 SMP Tue Oct 25 10:58:20 UTC 2016 (9464f67) x86_64 x86_64 x86_64 GNU/Linux

find / -type d -iname bin -not -path “/.snapshots/*”

/bin
/root/bin
/usr/bin
/usr/x86_64-suse-linux/bin

/etc/skel/bin (empty)
/usr/lib/YaST2/bin
/usr/lib/restricted/bin
/usr/lib/baselibs-32bit/bin
/usr/lib/hyper-v/bin
/usr/lib/wicked/bin
/usr/lib64/ruby/gems/2.1.0/gems/rake-10.1.0/bin
/usr/lib64/ruby/gems/2.1.0/gems/rdoc-4.1.0/bin
/usr/lib64/ruby/gems/2.1.0/gems/test-unit-2.1.2.0/bin
/usr/lib64/ruby/gems/2.1.0/gems/gem2rpm-0.10.1/bin
/usr/lib64/ruby/gems/2.1.0/gems/suse-connect-0.2.41/bin

[/cc]

centOS7

[cc lang=”bash” escaped=”true” width=”600″]

uname -a; # tested with
Linux centos 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

[root@centos user]# find / -type d -iname bin

/usr/bin
/usr/local/bin

/usr/lib/debug/usr/bin (empty)
/usr/share/locale/bin (contains only folder LC_MESSAGES)

[/cc]

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin