## /usr/platform/`uname -i`/sbin/scadm help (can reset console) prtdiag prtconf ## to find cdrom on solaris: ls -al /dev/sr* |awk ‘{print…
Edit /etc/hosts and /etc/vfstab on the machine which needs the filesystem mounted. Hosts file should have servername and IP of…
#!/usr/sbin/dtrace -s #pragma D option quiet io:::start { @[execname] = count(); } tick-5sec { printa(“%40s %@d\n”, @); clear(@); }
#!/usr/bin/sh # # shellsnoop – A program to print read/write details from shells, # such as keystrokes and command outputs.…
#!/usr/bin/perl # — Written by Blane Craft — # — 11/03/06 — # ## – Basic Zone Config – ##…
#!/usr/bin/perl print “### Password encryption utility ###\n”; print “\n”; print “What password would you like to encrypt?\n”; $pass=; chomp ($pass);…