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