1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 # or http://www.opensolaris.org/os/licensing. 10 # See the License for the specific language governing permissions 11 # and limitations under the License. 12 # 13 # When distributing Covered Code, include this CDDL HEADER in each 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 # If applicable, add the following below this CDDL HEADER, with the 16 # fields enclosed by brackets "[]" replaced with your own identifying 17 # information: Portions Copyright [yyyy] [name of copyright owner] 18 # 19 # CDDL HEADER END 20 # 21 22 #!/usr/bin/ksh -p 23 # 24 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 25 # Use is subject to license terms. 26 # 27 #ident "@(#)commands.txt 1.8 09/01/13 SMI" 28 # 29 # All the commands in this file are converted into environment variables 30 # with the same name as the command e.g. 31 # 32 # /usr/bin/df becomes export DF="/usr/bin/df" 33 # finally an export CMDS="aggregation of all the environment variables" 34 # is created for checking in the execution environment. 35 # 36 # comments are ignored in this file, as are whitespace lines 37 38 # General Solaris Commands 39 /usr/bin/awk 40 /usr/sbin/arp 41 /usr/bin/basename 42 /usr/bin/cat 43 /usr/bin/cd 44 /usr/bin/chgrp 45 /usr/bin/chmod 46 /usr/bin/chown 47 /usr/bin/cksum 48 /usr/sbin/clri 49 /usr/bin/cmp 50 /usr/bin/compress 51 /usr/bin/uncompress 52 /usr/bin/coreadm 53 /usr/bin/cp 54 /usr/bin/cpio 55 /usr/bin/cut 56 /usr/bin/date 57 /usr/bin/dd 58 /usr/sbin/devfsadm 59 /usr/bin/df 60 /usr/bin/diff 61 /usr/bin/dircmp 62 /usr/bin/dirname 63 /usr/bin/du 64 /usr/sbin/dumpadm 65 /usr/bin/echo 66 /usr/bin/egrep 67 /usr/bin/env 68 /usr/sbin/fdisk 69 /usr/sbin/ff 70 /usr/bin/fgrep 71 /usr/bin/file 72 /usr/bin/find 73 /usr/sbin/fmadm 74 /usr/sbin/fmdump 75 /usr/sbin/format 76 /usr/sbin/fsck 77 /usr/sbin/fsdb 78 /usr/sbin/fsirand 79 /usr/sbin/fstyp 80 /usr/bin/id 81 /usr/bin/isainfo 82 /usr/sbin/iscsiadm 83 /usr/sbin/iscsitadm 84 /usr/bin/getent 85 /usr/bin/grep 86 /usr/bin/groups 87 /usr/sbin/groupadd 88 /usr/sbin/groupdel 89 /usr/sbin/groupmod 90 /usr/bin/head 91 /usr/bin/hostname 92 /usr/bin/kill 93 /usr/bin/ksh 94 /usr/sbin/labelit 95 /usr/sbin/lockfs 96 /usr/sbin/lofiadm 97 /usr/bin/ls 98 /usr/bin/logname 99 /usr/bin/mdb 100 /usr/sbin/metaclear 101 /usr/sbin/metadb 102 /usr/sbin/metainit 103 /usr/sbin/metastat 104 /usr/bin/mkdir 105 /usr/sbin/mkfile 106 /usr/sbin/mknod 107 /usr/sbin/modinfo 108 /usr/sbin/modunload 109 /usr/sbin/mount 110 /usr/bin/mv 111 /usr/sbin/ncheck 112 /usr/sbin/newfs 113 /usr/bin/nawk 114 /usr/bin/pack 115 /usr/bin/pagesize 116 /usr/bin/pax 117 /usr/sbin/ping 118 /usr/bin/printf 119 /usr/sbin/prtvtoc 120 /usr/bin/pfexec 121 /usr/bin/pgrep 122 /usr/bin/pkginfo 123 /usr/bin/pkill 124 /usr/bin/ps 125 /usr/sbin/psrinfo 126 /usr/bin/pwd 127 /usr/sbin/quotaon 128 /usr/bin/rcp 129 /usr/sbin/reboot 130 /usr/bin/rm 131 /usr/bin/rmdir 132 /usr/bin/rsh 133 /usr/bin/runat 134 /usr/bin/sed 135 /usr/sbin/share 136 /usr/bin/sleep 137 /usr/bin/su 138 /usr/bin/sum 139 /usr/bin/svcs 140 /usr/sbin/svcadm 141 /usr/sbin/swap 142 /sbin/swapadd 143 /usr/bin/sort 144 /usr/bin/strings 145 /usr/bin/sync 146 /usr/sbin/tar 147 /usr/bin/tail 148 /usr/bin/touch 149 /usr/bin/tr 150 /usr/bin/true 151 /usr/sbin/tunefs 152 /usr/sbin/ufsdump 153 /usr/sbin/ufsrestore 154 /usr/bin/umask 155 /usr/sbin/umount 156 /usr/bin/uname 157 /usr/bin/uniq 158 /usr/sbin/unshare 159 /usr/bin/unpack 160 /usr/sbin/useradd 161 /usr/sbin/userdel 162 /usr/sbin/usermod 163 /usr/bin/wait 164 /usr/bin/wc 165 /usr/sbin/zoneadm 166 /usr/sbin/zonecfg 167 /usr/sbin/zlogin 168 /usr/bin/zonename 169 170 # ZFS Commands 171 /usr/sbin/zdb 172 /usr/sbin/zfs 173 /usr/sbin/zpool 174 175 # Test framework commands 176 /opt/SUNWstc-runwattr/bin/runwattr 177