xref: /freebsd/tests/sys/cddl/zfs/include/commands.txt (revision 148a8da8)
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/bin/echo
69/usr/bin/egrep
70/usr/bin/env
71#%%STFSUITEDIR%%/bin/ff
72/usr/bin/fgrep
73/usr/bin/file
74/usr/bin/find
75#%%STFSUITEDIR%%/bin/fmadm
76#%%STFSUITEDIR%%/bin/fmdump
77#%%STFSUITEDIR%%/bin/format
78/sbin/fsck
79/sbin/fsdb
80/sbin/fsirand
81/usr/bin/fsync
82/usr/sbin/fstyp
83/usr/bin/id
84#/usr/bin/isainfo
85#/usr/sbin/iscsiadm
86#/usr/sbin/iscsitadm
87/usr/bin/getent
88/bin/getfacl
89/usr/bin/getconf
90/sbin/sha1
91/sbin/gpart
92/usr/bin/grep
93/usr/bin/groups
94%%STFSUITEDIR%%/bin/groupadd
95%%STFSUITEDIR%%/bin/groupdel
96%%STFSUITEDIR%%/bin/groupmod
97%%STFSUITEDIR%%/bin/groupshow
98/usr/bin/head
99/bin/hostname
100/bin/kill
101/usr/local/bin/ksh93
102#/usr/sbin/labelit
103#/usr/sbin/lockfs
104#/usr/sbin/lofiadm
105/bin/ls
106/usr/bin/logname
107#/usr/bin/mdb
108/sbin/mdconfig
109#/usr/sbin/metaclear
110#/usr/sbin/metadb
111#/usr/sbin/metainit
112#/usr/sbin/metastat
113/bin/mkdir
114/sbin/mknod
115#/usr/sbin/modinfo
116#/usr/sbin/modunload
117/sbin/mount
118/bin/mv
119#/usr/sbin/ncheck
120/sbin/newfs
121/usr/bin/nawk
122#/usr/bin/pack
123/usr/bin/pagesize
124/bin/pax
125/sbin/ping
126/usr/bin/printf
127#/usr/sbin/prtvtoc
128#/usr/bin/pfexec
129/bin/pgrep
130#/usr/bin/pkginfo
131/bin/pkill
132/bin/ps
133#/usr/sbin/psrinfo
134/bin/pwd
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