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 2007 Sun Microsystems, Inc. All rights reserved. 24 # Use is subject to license terms. 25 # 26 # ident "@(#)commands 1.3 07/09/05 SMI" 27 # 28 29 # 30 # This file holds the variables for commands. If a command changes then 31 # only needs to be updated in this file. 32 # 33 AWK=/usr/bin/awk 34 CAT=/usr/bin/cat 35 CHMOD=/usr/bin/chmod 36 CP=/usr/bin/cp 37 DF=/usr/sbin/df 38 EXPR=/usr/bin/expr 39 DFSHARES=/usr/sbin/dfshares 40 FIND=/usr/bin/find 41 FMTHARD=/usr/sbin/fmthard 42 GREP=/usr/bin/grep 43 IFCONFIG=/usr/sbin/ifconfig 44 LS=/usr/bin/ls 45 MKDIR=/usr/bin/mkdir 46 MOUNT=/usr/sbin/mount 47 NEWFS=/usr/sbin/newfs 48 PGREP=/usr/bin/pgrep 49 RM=/usr/bin/rm 50 RMDIR=/usr/bin/rmdir 51 SED=/usr/bin/sed 52 TOUCH=/usr/bin/touch 53 UMOUNT=/usr/sbin/umount 54 WC=/usr/bin/wc 55 ZFS=/usr/sbin/zfs 56 ZLOGIN=/usr/sbin/zlogin 57 ZONECFG=/usr/sbin/zonecfg 58 ZONEADM=/usr/sbin/zoneadm 59 ZPOOL=/usr/sbin/zpool