Hi.
Sorry for the basic question to the masters here but
I can't understand what this line is supposed to do, exactly?
find /mountpoint -fstype nfs -prune -o ! -exec ls -lad {} \;
It doesn't bring back any results, just a link:
find /prod -fstype nfs -prune -o ! -exec ls -lad {} \;
result:
"
lrwxrwxrwx 1 root root 23 2005-11-18 13:28 /mountpoint -> /rdisks/bin/prod"
Thanks!
-John
Sorry for the basic question to the masters here but
I can't understand what this line is supposed to do, exactly?
find /mountpoint -fstype nfs -prune -o ! -exec ls -lad {} \;
It doesn't bring back any results, just a link:
find /prod -fstype nfs -prune -o ! -exec ls -lad {} \;
result:
"
lrwxrwxrwx 1 root root 23 2005-11-18 13:28 /mountpoint -> /rdisks/bin/prod"
Thanks!
-John