Listing NFS Exports
One problem that I have frequently is remembering how to list NFS exports on a remote server. It's really simple:
osXlt:~ joshua$ showmount -a gambit All mount points on gambit: osXlt:~ joshua$ showmount -a forge All mount points on forge: *:/data *,bubbles.mynetwork.com:/data *,bubbles.mynetwork.com:/usr/portage *,mdd.mynetwork.com:/data *,shelob.mynetwork.com:/data *,shelob.mynetwork.com:/home *,shelob.mynetwork.com:/usr/portage *,thrall.mynetwork.com:/data *,thrall.mynetwork.com:/home
It's simple. I just keep forgetting. Score one for perpetuity.