Searched refs:chmod (Results 1 – 25 of 74) sorted by relevance
123
/linux-6.3-rc2/tools/testing/selftests/exec/ |
A D | Makefile | 25 chmod +x $@ 30 chmod -x $@
|
A D | binfmt_script.py | 65 os.chmod(binary, 0o755) 73 os.chmod(script, 0o755)
|
/linux-6.3-rc2/tools/testing/selftests/capabilities/ |
A 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-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
A 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-6.3-rc2/tools/perf/trace/strace/groups/ |
A D | file | 2 chmod
|
A D | string | 5 chmod
|
/linux-6.3-rc2/scripts/package/ |
A D | builddeb | 47 chmod -R go-w,a+rX,ug-s "$pdir" 206 chmod 755 "$tmpdir/DEBIAN/$script"
|
/linux-6.3-rc2/Documentation/translations/zh_CN/maintainer/ |
A D | configure-git.rst | 62 $ chmod a+x .git/hooks/applypatch-msg
|
/linux-6.3-rc2/tools/testing/selftests/openat2/ |
A D | helpers.h | 75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
|
/linux-6.3-rc2/Documentation/s390/ |
A D | config3270.sh | 57 echo chmod 666 $D/$TUB >> $SCR
|
/linux-6.3-rc2/arch/um/os-Linux/ |
A D | user_syms.c | 77 EXPORT_SYMBOL_PROTO(chmod);
|
/linux-6.3-rc2/Documentation/sound/cards/ |
A 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-6.3-rc2/Documentation/admin-guide/ |
A 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-6.3-rc2/Documentation/filesystems/ |
A D | devpts.rst | 23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
|
A D | sysv-fs.rst | 258 - Xenix FS kludge: as regular files with chmod 1000 260 - Coherent FS kludge: as regular files with chmod 1000
|
A D | dnotify.rst | 25 changed (chmod,chown)
|
/linux-6.3-rc2/Documentation/translations/zh_CN/filesystems/ |
A D | tmpfs.rst | 119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
|
/linux-6.3-rc2/Documentation/translations/zh_TW/filesystems/ |
A D | tmpfs.rst | 120 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | configure-git.rst | 64 $ chmod a+x .git/hooks/applypatch-msg
|
/linux-6.3-rc2/tools/testing/selftests/hid/ |
A D | vmtest.sh | 272 chmod +x $b2c
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | android.txt | 65 chmod +x /tmp/perf-archive
|
/linux-6.3-rc2/Documentation/translations/zh_CN/process/ |
A D | email-clients.rst | 150 其作为补丁使用。电子邮件以当前用户可读写权限保存,因此您必须 ``chmod`` ,以
|
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-remote.sh | 134 chmod +x $T/bin/kvm-remote-*.sh
|
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs_user.c | 204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | vmtest.sh | 211 sudo chmod a+x "${init_script}"
|
Completed in 19 milliseconds
123