Searched refs:chmod (Results 1 – 25 of 74) sorted by relevance
123
/Linux-v5.15/tools/testing/selftests/exec/ |
D | Makefile | 24 chmod +x $@ 29 chmod -x $@
|
D | binfmt_script | 65 os.chmod(binary, 0o755) 73 os.chmod(script, 0o755)
|
/Linux-v5.15/scripts/package/ |
D | builddeb | 45 chmod -R go-w "$pdir" 47 chmod -R a+rX "$pdir" 49 chmod -R ug-s "$pdir" 208 chmod 755 "$tmpdir/DEBIAN/$script"
|
/Linux-v5.15/tools/testing/selftests/capabilities/ |
D | test_execve.c | 240 if (chmod("validate_cap_suidroot", S_ISUID | 0700) != 0) in do_tests() 247 if (chmod("validate_cap_suidnonroot", S_ISUID | 0700) != 0) in do_tests() 254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests() 261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests()
|
/Linux-v5.15/tools/testing/selftests/powerpc/nx-gzip/ |
D | README | 7 sudo chmod go+rw /dev/crypto/nx-gzip 8 However, chmod may not survive across boots. You may create a udev file such
|
/Linux-v5.15/tools/perf/trace/strace/groups/ |
D | file | 2 chmod
|
D | string | 5 chmod
|
/Linux-v5.15/drivers/block/paride/ |
D | mkd | 10 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
|
/Linux-v5.15/Documentation/translations/zh_CN/maintainer/ |
D | configure-git.rst | 62 $ chmod a+x .git/hooks/applypatch-msg
|
/Linux-v5.15/tools/testing/selftests/openat2/ |
D | helpers.h | 73 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
|
/Linux-v5.15/Documentation/s390/ |
D | config3270.sh | 57 echo chmod 666 $D/$TUB >> $SCR
|
/Linux-v5.15/arch/um/os-Linux/ |
D | user_syms.c | 76 EXPORT_SYMBOL_PROTO(chmod);
|
/Linux-v5.15/Documentation/sound/cards/ |
D | multisound.sh | 532 chmod 0664 'MultiSound.d/setdigital.c' || 986 chmod 0664 'MultiSound.d/pinnaclecfg.c' || 1016 chmod 0664 'MultiSound.d/Makefile' || 1046 chmod 0664 'MultiSound.d/conv.l' || 1124 chmod 0664 'MultiSound.d/msndreset.c' ||
|
/Linux-v5.15/Documentation/admin-guide/ |
D | java.rst | 375 Now simply ``chmod +x`` the ``.class``, ``.jar`` and/or ``.html`` files you 401 chmod 755 HelloWorld.class 408 To execute Java Jar files, simple chmod the ``*.jar`` files to include 414 To execute Java Applets, simple chmod the ``*.html`` files to include
|
/Linux-v5.15/Documentation/filesystems/ |
D | devpts.rst | 23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
|
D | sysv-fs.rst | 258 - Xenix FS kludge: as regular files with chmod 1000 260 - Coherent FS kludge: as regular files with chmod 1000
|
D | dnotify.rst | 25 changed (chmod,chown)
|
D | hpfs.rst | 54 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 90 uid=luser_uid, the file will be still owned by root! If you chmod file to 444,
|
/Linux-v5.15/Documentation/translations/zh_CN/filesystems/ |
D | tmpfs.rst | 119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
|
/Linux-v5.15/Documentation/translations/zh_TW/filesystems/ |
D | tmpfs.rst | 120 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
|
/Linux-v5.15/Documentation/maintainer/ |
D | configure-git.rst | 64 $ chmod a+x .git/hooks/applypatch-msg
|
/Linux-v5.15/tools/perf/Documentation/ |
D | android.txt | 65 chmod +x /tmp/perf-archive
|
/Linux-v5.15/tools/testing/selftests/rcutorture/bin/ |
D | kvm-remote.sh | 135 chmod +x $T/bin/kvm-remote-*.sh
|
/Linux-v5.15/tools/testing/selftests/bpf/ |
D | vmtest.sh | 189 sudo chmod a+x "${init_script}"
|
/Linux-v5.15/fs/hostfs/ |
D | hostfs_user.c | 204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
|
123