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