# mkdir /usr/marker # cd /tools/marker # tar cf - fonts | ( cd /usr/marker; tar xbBfp 20 - ) # rm -rf fonts # ln -s /usr/marker/fonts fonts
% cd /usr/local/bin % ls -l total 1 lrwxrwxrwx 1 root bin 16 Jun 8 1990 a2ps -> ../bin.mips/a2ps lrwxrwxrwx 1 root bin 12 Jun 8 1990 mp -> ../bin.mips/mp
# ln -s /minnow/fred /u/fred # ln -s /alewife/lucy /u/lucy
% cd /u/fred % cd ../lucy ../lucy: No such file or directory
# mkdir -p /users/hal # ln -s /users/hal /usr/hal # mount bitatron:/export/home/hal /usr/hal
# mkdir -p /users/hal # mount bitatron:/export/home/hal /users/hal # ln -s /users/hal /usr/hal
# mount bitatron:/usr/share/man /mnt
# mount bitatron:/usr/man /mnt
Copyright © 2002 O'Reilly & Associates. All rights reserved.