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/local/bin/ksh93 -p 23# 24# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# All the commands in this file are converted into environment variables 27# with the same name as the command e.g. 28# 29# /bin/df becomes export DF="/bin/df" 30# finally an export CMDS="aggregation of all the environment variables" 31# is created for checking in the execution environment. 32# 33# comments are ignored in this file, as are whitespace lines 34 35# General Solaris Commands 36/usr/bin/awk 37/usr/sbin/arp 38/usr/bin/basename 39/usr/bin/bzcat 40/bin/cat 41/usr/bin/cd 42/usr/bin/chgrp 43/bin/chmod 44/usr/sbin/chown 45/usr/bin/cksum 46/sbin/clri 47/usr/bin/cmp 48/usr/bin/compress 49/usr/bin/uncompress 50#/usr/bin/coreadm 51/bin/cp 52/usr/bin/cpio 53/usr/bin/cut 54/bin/date 55/bin/dd 56#/usr/sbin/devfsadm 57%%STFSUITEDIR%%/bin/df 58/usr/bin/diff 59%%STFSUITEDIR%%/bin/dircmp 60/usr/bin/dirname 61/usr/bin/du 62#%%STFSUITEDIR%%/bin/dumpadm 63/sbin/dumpon 64/bin/echo 65/usr/bin/egrep 66/usr/bin/env 67#%%STFSUITEDIR%%/bin/ff 68/usr/bin/fgrep 69/usr/bin/file 70/usr/bin/find 71#%%STFSUITEDIR%%/bin/fmadm 72#%%STFSUITEDIR%%/bin/fmdump 73#%%STFSUITEDIR%%/bin/format 74/sbin/fsck 75/sbin/fsdb 76/sbin/fsirand 77/usr/bin/fsync 78/usr/sbin/fstyp 79/usr/bin/id 80#/usr/bin/isainfo 81#/usr/sbin/iscsiadm 82#/usr/sbin/iscsitadm 83/usr/bin/getent 84/bin/getfacl 85/usr/bin/getconf 86/sbin/sha1 87/sbin/gpart 88/usr/bin/grep 89/usr/bin/groups 90%%STFSUITEDIR%%/bin/groupadd 91%%STFSUITEDIR%%/bin/groupdel 92%%STFSUITEDIR%%/bin/groupmod 93%%STFSUITEDIR%%/bin/groupshow 94/usr/bin/head 95/bin/hostname 96/bin/kill 97/usr/local/bin/ksh93 98#/usr/sbin/labelit 99#/usr/sbin/lockfs 100#/usr/sbin/lofiadm 101/bin/ls 102/usr/bin/logname 103#/usr/bin/mdb 104/sbin/mdconfig 105#/usr/sbin/metaclear 106#/usr/sbin/metadb 107#/usr/sbin/metainit 108#/usr/sbin/metastat 109/bin/mkdir 110/sbin/mknod 111#/usr/sbin/modinfo 112#/usr/sbin/modunload 113/sbin/mount 114/bin/mv 115#/usr/sbin/ncheck 116/sbin/newfs 117/usr/bin/nawk 118#/usr/bin/pack 119/usr/bin/pagesize 120/bin/pax 121/sbin/ping 122/usr/bin/printf 123#/usr/sbin/prtvtoc 124#/usr/bin/pfexec 125/bin/pgrep 126#/usr/bin/pkginfo 127/bin/pkill 128/bin/ps 129#/usr/sbin/psrinfo 130/usr/sbin/quotaon 131/bin/rcp 132/sbin/reboot 133/bin/rm 134/bin/rmdir 135/usr/bin/rsh 136#/usr/bin/runat 137/usr/bin/sed 138#/usr/sbin/share 139/bin/sleep 140/usr/bin/su 141/usr/bin/sum 142#%%STFSUITEDIR%%/bin/svcs 143#/usr/sbin/svcadm 144#%%STFSUITEDIR%%/bin/swap 145#/sbin/swapadd 146/usr/bin/sort 147/usr/bin/stat 148/usr/bin/strings 149/bin/sync 150/usr/bin/tar 151/usr/bin/tail 152/usr/bin/timeout 153/usr/bin/touch 154/usr/bin/tr 155/usr/bin/true 156/usr/bin/truncate 157/sbin/tunefs 158#/usr/sbin/ufsdump 159#/usr/sbin/ufsrestore 160/usr/bin/umask 161/sbin/umount 162/usr/bin/uname 163/usr/bin/uniq 164#/usr/sbin/unshare 165#/usr/bin/unpack 166%%STFSUITEDIR%%/bin/useradd 167%%STFSUITEDIR%%/bin/userdel 168%%STFSUITEDIR%%/bin/usermod 169/usr/bin/wait 170/usr/bin/wc 171#%%STFSUITEDIR%%/bin/zoneadm 172#%%STFSUITEDIR%%/bin/zonecfg 173#%%STFSUITEDIR%%/bin/zlogin 174#/usr/bin/zonename 175/sbin/swapon 176/sbin/swapoff 177/sbin/swapctl 178/usr/bin/xargs 179/usr/sbin/zfsd 180 181# ZFS Commands 182/usr/sbin/zdb 183/sbin/zfs 184/sbin/zpool 185/usr/bin/zinject 186 187# Test framework commands 188#/opt/SUNWstc-runwattr/bin/runwattr 189%%STFSUITEDIR%%/bin/bsddisks 190