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 # 23 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24 # Use is subject to license terms. 25 # 26 27 # General Solaris Commands 28 export AWK=/usr/bin/awk 29 export BASENAME=/usr/bin/basename 30 export CAT=/usr/bin/cat 31 export CD=/usr/bin/cd 32 export CHGRP=/usr/bin/chgrp 33 export CHMOD=/usr/bin/chmod 34 export CHOWN=/usr/bin/chown 35 export CMP=/usr/bin/cmp 36 export COMPRESS=/usr/bin/compress 37 export UNCOMPRESS=/usr/bin/uncompress 38 export CP=/usr/bin/cp 39 export CPIO=/usr/bin/cpio 40 export CUT=/usr/bin/cut 41 export DATE=/usr/bin/date 42 export DD=/usr/bin/dd 43 export DIFF=/usr/bin/diff 44 export DIRCMP=/usr/bin/dircmp 45 export DIRNAME=/usr/bin/dirname 46 export DU=/usr/bin/du 47 export ECHO=/usr/bin/echo 48 export EGREP=/usr/bin/egrep 49 export ENV=/usr/bin/env 50 export FGREP=/usr/bin/fgrep 51 export FILE=/usr/bin/file 52 export FIND=/usr/bin/find 53 export ID=/usr/bin/id 54 export GETENT=/usr/bin/getent 55 export GREP=/usr/bin/grep 56 export GROUPS=/usr/bin/groups 57 export GROUPADD=/usr/sbin/groupadd 58 export GROUPDEL=/usr/sbin/groupdel 59 export GROUPMOD=/usr/sbin/groupmod 60 export HEAD=/usr/bin/head 61 export HOSTNAME=/usr/bin/hostname 62 export KILL=/usr/bin/kill 63 export KSH=/usr/bin/ksh 64 export LS=/usr/bin/ls 65 export LOGNAME=/usr/bin/logname 66 export MKDIR=/usr/bin/mkdir 67 export MKFILE=/usr/sbin/mkfile 68 export MKNOD=/usr/sbin/mknod 69 export MOUNT=/usr/sbin/mount 70 export MV=/usr/bin/mv 71 export NAWK=/bin/nawk 72 export PACK=/bin/pack 73 export PAX=/bin/pax 74 export PING=/usr/sbin/ping 75 export PRINTF=/usr/bin/printf 76 export PKILL=/usr/bin/pkill 77 export PS=/usr/bin/ps 78 export PGREP=/usr/bin/pgrep 79 export PWD=/usr/bin/pwd 80 export RM=/usr/bin/rm 81 export RMDIR=/usr/bin/rmdir 82 export RUNAT=/usr/bin/runat 83 export SLEEP=/usr/bin/sleep 84 export SVCADM=/usr/sbin/svcadm 85 export SVCS=/bin/svcs 86 export TAR=/bin/tar 87 export SUM=/usr/bin/sum 88 export TOUCH=/usr/bin/touch 89 export TR=/usr/bin/tr 90 export TRUE=/usr/bin/true 91 export UMASK=umask 92 export UMOUNT=/usr/sbin/umount 93 export UNPACK=/bin/unpack 94 export USERADD=/usr/sbin/useradd 95 export USERDEL=/usr/sbin/userdel 96 export USERMOD=/usr/sbin/usermod 97 export WAIT=/usr/bin/wait 98 export WC=/usr/bin/wc 99 export ZONEADM=/usr/sbin/zoneadm 100 export ZONECFG=/usr/sbin/zonecfg 101 export ZLOGIN=/usr/sbin/zlogin 102 export ZONENAME=/usr/bin/zonename 103