Path: blob/main/tests/sys/cddl/zfs/include/commands.txt
39536 views
#1# CDDL HEADER START2#3# The contents of this file are subject to the terms of the4# Common Development and Distribution License (the "License").5# You may not use this file except in compliance with the License.6#7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE8# or http://www.opensolaris.org/os/licensing.9# See the License for the specific language governing permissions10# and limitations under the License.11#12# When distributing Covered Code, include this CDDL HEADER in each13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.14# If applicable, add the following below this CDDL HEADER, with the15# fields enclosed by brackets "[]" replaced with your own identifying16# information: Portions Copyright [yyyy] [name of copyright owner]17#18# CDDL HEADER END19#2021#!/usr/local/bin/ksh93 -p22#23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.24# Use is subject to license terms.25# All the commands in this file are converted into environment variables26# with the same name as the command e.g.27#28# /bin/df becomes export DF="/bin/df"29# finally an export CMDS="aggregation of all the environment variables"30# is created for checking in the execution environment.31#32# comments are ignored in this file, as are whitespace lines3334# General Solaris Commands35/usr/bin/awk36/usr/sbin/arp37/usr/bin/basename38/usr/bin/bzcat39/bin/cat40/usr/bin/cd41/usr/bin/chgrp42/bin/chmod43/usr/sbin/chown44/usr/bin/cksum45/sbin/clri46/usr/bin/cmp47/usr/bin/compress48/usr/bin/uncompress49#/usr/bin/coreadm50/bin/cp51/usr/bin/cpio52/usr/bin/cut53/bin/date54/bin/dd55#/usr/sbin/devfsadm56%%STFSUITEDIR%%/bin/df57/usr/bin/diff58%%STFSUITEDIR%%/bin/dircmp59/usr/bin/dirname60/usr/bin/du61#%%STFSUITEDIR%%/bin/dumpadm62/sbin/dumpon63/bin/echo64/usr/bin/egrep65/usr/bin/env66#%%STFSUITEDIR%%/bin/ff67/usr/bin/fgrep68/usr/bin/file69/usr/bin/find70#%%STFSUITEDIR%%/bin/fmadm71#%%STFSUITEDIR%%/bin/fmdump72#%%STFSUITEDIR%%/bin/format73/sbin/fsck74/sbin/fsdb75/sbin/fsirand76/usr/bin/fsync77/usr/sbin/fstyp78/usr/bin/id79#/usr/bin/isainfo80#/usr/sbin/iscsiadm81#/usr/sbin/iscsitadm82/usr/bin/getent83/bin/getfacl84/usr/bin/getconf85/sbin/sha186/sbin/gpart87/usr/bin/grep88/usr/bin/groups89%%STFSUITEDIR%%/bin/groupadd90%%STFSUITEDIR%%/bin/groupdel91%%STFSUITEDIR%%/bin/groupmod92%%STFSUITEDIR%%/bin/groupshow93/usr/bin/head94/bin/hostname95/bin/kill96/usr/local/bin/ksh9397#/usr/sbin/labelit98#/usr/sbin/lockfs99#/usr/sbin/lofiadm100/bin/ls101/usr/bin/logname102#/usr/bin/mdb103/sbin/mdconfig104#/usr/sbin/metaclear105#/usr/sbin/metadb106#/usr/sbin/metainit107#/usr/sbin/metastat108/bin/mkdir109/sbin/mknod110#/usr/sbin/modinfo111#/usr/sbin/modunload112/sbin/mount113/bin/mv114#/usr/sbin/ncheck115/sbin/newfs116/usr/bin/nawk117#/usr/bin/pack118/usr/bin/pagesize119/bin/pax120/sbin/ping121/usr/bin/printf122#/usr/sbin/prtvtoc123#/usr/bin/pfexec124/bin/pgrep125#/usr/bin/pkginfo126/bin/pkill127/bin/ps128#/usr/sbin/psrinfo129/usr/sbin/quotaon130/bin/rcp131/sbin/reboot132/bin/rm133/bin/rmdir134/usr/bin/rsh135#/usr/bin/runat136/usr/bin/sed137#/usr/sbin/share138/bin/sleep139/usr/bin/su140/usr/bin/sum141#%%STFSUITEDIR%%/bin/svcs142#/usr/sbin/svcadm143#%%STFSUITEDIR%%/bin/swap144#/sbin/swapadd145/usr/bin/sort146/usr/bin/stat147/usr/bin/strings148/bin/sync149/usr/bin/tar150/usr/bin/tail151/usr/bin/timeout152/usr/bin/touch153/usr/bin/tr154/usr/bin/true155/usr/bin/truncate156/sbin/tunefs157#/usr/sbin/ufsdump158#/usr/sbin/ufsrestore159/usr/bin/umask160/sbin/umount161/usr/bin/uname162/usr/bin/uniq163#/usr/sbin/unshare164#/usr/bin/unpack165%%STFSUITEDIR%%/bin/useradd166%%STFSUITEDIR%%/bin/userdel167%%STFSUITEDIR%%/bin/usermod168/usr/bin/wait169/usr/bin/wc170#%%STFSUITEDIR%%/bin/zoneadm171#%%STFSUITEDIR%%/bin/zonecfg172#%%STFSUITEDIR%%/bin/zlogin173#/usr/bin/zonename174/sbin/swapon175/sbin/swapoff176/sbin/swapctl177/usr/bin/xargs178/usr/sbin/zfsd179180# ZFS Commands181/usr/sbin/zdb182/sbin/zfs183/sbin/zpool184/usr/bin/zinject185186# Test framework commands187#/opt/SUNWstc-runwattr/bin/runwattr188%%STFSUITEDIR%%/bin/bsddisks189190191