LWN.net Logo

Various notes on /usr unification

Various notes on /usr unification

Posted Feb 28, 2012 17:42 UTC (Tue) by drag (subscriber, #31333)
In reply to: Various notes on /usr unification by dskoll
Parent article: Various notes on /usr unification

So I can go:

$ find /usr | grep whatamilookingforexactlynow

$ tar cz /usr > /tmp/lunix.tar.gz

$ cat /etc/fstab|grep /usr
nfs4.example.com/lunix/usr/ /usr nfs4 defaults 0 0

etc. etc. :)


(Log in to post comments)

Wondering why we keep /usr/bin instead of /bin too

Posted Feb 28, 2012 22:17 UTC (Tue) by rvfh (subscriber, #31018) [Link]

Do you mean that it makes it easier to have local, specific /etc /tmp /var and a global, generic, maybe NFS mounted /usr?

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds