>> On 02/06/2012 09:18 AM, Frank Murphy wrote:
>>> My logic is failing me, usually does.
>>> How can I run:
>>> rmdir /home/frank/*
>>> but exclude my nfs mountpoints
Do you mean that you have directories named
/home/frank/nfs1
/home/frank/nfs2
/home/frank/nfs3
etc. on which you mount NFS volumes so that a df -t nfs
lists those directories (and potentially others) ?
In that case, it's easy. Simply make sure your NFS mounts are mounted
(mount -at nfs will do that if you have appropriate fstab entries)
and then do rmdir /home/frank/* . You'll get errors like
rmdir: failed to remove `/home/frank/nfs1': Device or resource busy
for each mounted NFS volume whose mountpoint you attempted to remove,
but those can be ignored.
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!