don’t use symlinks unless you *know* you can

I first ran into this on Solaris in the context of [then] Opsware SAS (then HP SA, now owned by Microfocus). Bind mounts might be OK … so unless the tarball has symlinks included, don’t use them – they get traversed differently than “real” directories. In short, when directory traversals are done, sometimes it looks …
Continue reading don’t use symlinks unless you *know* you can

symlinks and nfs

I recently discovered an interesting “feature” of symbolic links in conjunction with NFS mounts: they don’t work! For example, let’s say you have the following NFS export: /media/files Inside of that export, you have the following path: /media/files/isos/osmedia/linux/ubuntu In *this* directory, you have a symlink called ‘current‘, which points to a different location: current -> …
Continue reading symlinks and nfs