Kim Scarborough > things I do > computer nerd stuff > tips & cheatsheets > Solaris
  • Configure ld path:
    crle -l /usr/lib:/opt/lib
  • Download Solaris 9 patch cluster:
    wget -O 9_Recommended.zip "http://sunsolve.sun.com/pub-cgi/patchDownload.pl?target=9_Recommended.zip&method=h"
  • Find what package a file belongs to:
    pkgchk -l -p /path/to/file
  • Fix weird dev problems:
    devfsadm -v
  • Mount CDROM:
    mount -F hsfs -o ro /dev/dsk/c0t0d0s0 /cdrom