Displaying 2 results from an estimated 2 matches for "peden".
Did you mean:
eden
2007 Feb 20
8
overriding included classes
I believe this has already been discussed[1], but I''d like to add a bit
more to that original discussion and see if anyone has any suggestions.
Here''s what I''m trying to do: we have a set of very thorough "wipe"
scripts that run every night on our workstations. I''d like to stash
these into a class so that I can include them as a group:
class wiped
2007 Apr 05
4
managing directories of symlinks
I''m trying to manage a directory full of symlinks for our users'' home
directories and running into problems.
Our home directories are spread out across multiple NFS partitions.
For flexibility and ease of use, we have a /u directory that contains
symlinks to each user''s specific home directory, e.g. /u/bob ->
/home/k/bob, /u/eric -> /home/b/eric, etc.
The