Searched refs:chmod (Results 1 - 25 of 923) sorted by relevance

1234567891011>>

/macosx-10.10.1/zsh-61/zsh/Functions/Example/
H A Dacx6 chmod 755 $*
H A Dcx6 chmod +x $*
/macosx-10.10.1/rsync-45/rsync/testsuite/
H A Dchmod.test16 chmod 440 "$fromdir/text"
17 chmod 500 "$fromdir/dir/text"
19 chmod 6450 "$e" || chmod 2450 "$e" || chmod 1450 "$e" || chmod 450 "$e"
21 chmod 2670 "$e" || chmod 1670 "$e" || chmod 670 "$e"
H A Dchmod-temp-dir.test25 chmod 440 "$fromdir/text"
26 chmod 500 "$fromdir/dir/text"
28 chmod 6450 "$e" || chmod 2450 "$e" || chmod 1450 "$e" || chmod 450 "$e"
30 chmod 2670 "$e" || chmod 1670 "$e" || chmod 670 "$e"
H A Dexecutability.test21 chmod 1700 "$fromdir/1" || test_skipped "Can't chmod"
22 chmod 600 "$fromdir/2"
30 chmod 600 "$fromdir/1"
31 chmod 601 "$fromdir/2"
32 chmod 604 "$todir/2"
H A Dchmod-option.test8 # Test that the --chmod option functions correctly.
27 chmod 4700 "$name1" || test_skipped "Can't chmod"
28 chmod 700 "$dir1"
29 chmod 770 "$dir2"
36 chmod ug-s,a+rX "$checkdir"/*
37 chmod +w "$checkdir" "$checkdir"/dir*
39 checkit "$RSYNC -avv --chmod ug-s,a+rX,D+w \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir"
47 chmod o+x "$fromdir"/bar
49 checkit "$RSYNC -avv --chmod
[all...]
H A Ddir-sgid.test16 chmod $2 "$todir"
29 chmod 2764 "$scratchdir/dir" || test_skipped "Can't chmod"
30 chmod 664 "$scratchdir/file"
31 chmod 775 "$scratchdir/program"
/macosx-10.10.1/crontabs-52/xcodescripts/
H A Dfix_permissions.sh4 chmod +x "${DSTROOT}"/private/etc/periodic/*/*
H A Dinstall_executable.sh5 chmod +x "${SCRIPT_OUTPUT_FILE_0}"
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dchmod.test2 # chmod.test
4 # Tests for the chmod, chown and chgrp commands.
15 # $Id: chmod.test,v 1.3 2002/04/04 06:10:30 hobbs Exp $
29 echo " * The chmod, chown and chgrp commands have not been ported to Win32"
42 # Certain Unix systems don't handle chmod the same. This routine test if the
43 # system chmod produces the expected results.
52 chmod 000 CHECK.TMP
53 exec chmod $mode CHECK.TMP
109 chmod a+w $f
119 # if u, g, o or a are not specified in a symbolic chmod
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dchmod_bpf19 chmod g+rw /dev/bpf*
/macosx-10.10.1/ntp-92/scripts/
H A DgenCommitLog9 chmod u+w .
10 [ -f CommitLog -a ! -w CommitLog ] && chmod u+w CommitLog
15 1) chmod a-w CommitLog .
/macosx-10.10.1/usertemplate-97/
H A Dmakefile29 chmod -R 700 $(DESTINATION)
36 chmod -R 755 $(DESTINATION) # Start with 755
37 chmod 700 $(DESTINATION) # We need to set /Sytem/Library/User Template to 700
39 chmod 700 $(DESTINATION)"/English.lproj/Library" $(DESTINATION)"/Non_localized/Documents" $(DESTINATION)"/English.lproj/Library/Favorites" $(DESTINATION)"/English.lproj/Movies" $(DESTINATION)"/English.lproj/Music" $(DESTINATION)"/English.lproj/Pictures" $(DESTINATION)"/Non_localized/Library" $(DESTINATION)"/Non_localized/Library/Preferences" $(DESTINATION)"/English.lproj/Desktop" $(DESTINATION)"/Non_localized/Library/PreferencePanes" $(DESTINATION)"/Non_localized/Downloads" $(DESTINATION)"/Non_localized/Library/Logs" $(DESTINATION)"/Non_localized/Library/Caches" $(DESTINATION)"/Non_localized/Library/Spelling" $(DESTINATION)"/Non_localized/Library/Colors" $(DESTINATION)"/Non_localized/Library/Services"
41 chmod -R 700 $(DESTINATION)"/English.lproj/Library/Preferences" $(DESTINATION)"/English.lproj/Library/Compositions" $(DESTINATION)"/English.lproj/Library/Keyboard Layouts" $(DESTINATION)"/English.lproj/Library/Input Methods" # Set Preferences to 700
43 chmod 733 $(DESTINATION)"/English.lproj/Public/Drop Box" # Drop Box gets 733
45 chmod 600 $(DESTINATION)"/Non_localized/Library/Preferences/com.apple.scheduler.plist" $(DESTINATION)"/Non_localized/Library/Preferences/com.apple.screensaver.plist" $(DESTINATION)"/Non_localized/Library/Preferences/.GlobalPreferences.plist" $(DESTINATION)"/English.lproj/Library/Preferences/.GlobalPreferences.plist" $(DESTINATION)"/English.lproj/Library/Preferences/com.apple.symbolichotkeys.plist" $(DESTINATION)"/English.lproj/Library/Favorites/.localized"
47 chmod 644 $(DESTINATION)"/English.lproj/Library/FontCollections/Fixed Width.collection" $(DESTINATION)"/English.lproj/Library/FontCollections/Traditional.collection" $(DESTINATION)"/English.lproj/Library/FontCollections/Fun.collection" $(DESTINATION)"/English.lproj/Library/FontCollections/Modern.collection" $(DESTINATION)"/English.lproj/Library/FontCollections/PDF.collection" $(DESTINATION)"/English.lproj/Library/FontCollections/Web.collection" $(DESTINATION)"/English.lproj/.CFUserTextEncoding" $(DESTINATION)"/English.lproj/Public/.localized" $(DESTINATION)"/English.lproj/Public/Drop Box/.localized" $(DESTINATION)"/English.lproj/Library/.localized" $(DESTINATION)"/English.lproj/Desktop/.localized" $(DESTINATION)"/English.lproj/Movies/.localized" $(DESTINATION)"/English.lproj/Music/.localized" $(DESTINATION)"/English.lproj/Pictures/.localized" $(DESTINATION)"/English.lproj/Library/Compositions/.localized" $(DESTINATION)"/English.lproj/Library/Input Methods/.localized" $(DESTINATION)"/Non_localized/Documents/.localized" $(DESTINATION)"/Non_localized/Downloads/.localized"
50 #chmod 666 $(DESTINATION)"/English.lproj/Sites/images/gradient.jpg"
53 #chmod 66
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_crypto22 chmod 664 $f
30 chmod 664 $f
39 chmod 664 $f
53 chmod 664 $f
H A Ds_config16 chmod 444 config.hin
32 chmod 555 configure
34 chmod 555 config.guess config.sub install-sh
H A Ds_message25 rm -f $f && cp $header $f && chmod 444 $f)
29 rm -f $f && cp $source $f && chmod 444 $f)
/macosx-10.10.1/bzip2-36/xcodescripts/
H A Dcreate_script_symlinks.sh7 chmod +x ${DSTROOT}/usr/bin/bzdiff
10 chmod +x ${DSTROOT}/usr/bin/bzmore
/macosx-10.10.1/libpcap-48/libpcap/ChmodBPF/
H A DChmodBPF23 chmod g+rw /dev/bpf*
/macosx-10.10.1/gnudiff-19/diffutils/m4/
H A DMakefile.am.in16 chmod a-w $@t
/macosx-10.10.1/PostgreSQL-97/Support/
H A Dcopy_postgresql_config_files.sh44 /bin/chmod 0755 "$ConfigDir"
49 /bin/chmod 644 "$DestConfig"
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dintegration_test.sh33 chmod +x "${1}"
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfchmodat.c36 Invoke chmod or lchmod on file, FILE, using mode MODE, in the directory
46 #define AT_FUNC_F2 chmod
/macosx-10.10.1/keymgr-28/testcases/
H A Drun-tests.sh17 chmod +x $i || echo "chmod failed for $i"
29 chmod +x $i || echo "chmod failed for $i"
/macosx-10.10.1/libarchive-30/libarchive/build/
H A Dbump-version.sh22 chmod +w version.old
33 chmod +w NEWS.bak
/macosx-10.10.1/postfix-255/Postfix.ServerSetup/
H A Dpostfix_config27 chmod 640 "$_mail_log"
35 chmod 660 $_mail_user_settings
41 chmod 644 "$_main_cf"
51 chmod 644 "$_master_cf"
61 chmod 644 "$_other_plist"
71 chmod 755 "$_postfix_data_dir"
74 chmod 755 "$_postfix_data_dir"
118 chmod 600 /private/etc/postfix/submit.cred

Completed in 479 milliseconds

1234567891011>>