Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 81) sorted by relevance

1234

/linux-6.15/tools/testing/selftests/capabilities/
H A Dtest_execve.c232 if (chmod("validate_cap_suidroot", S_ISUID | 0700) != 0) in do_tests()
239 if (chmod("validate_cap_suidnonroot", S_ISUID | 0700) != 0) in do_tests()
246 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests()
253 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests()
/linux-6.15/tools/testing/selftests/exec/
H A DMakefile36 chmod +x $@
41 chmod -x $@
H A Dbinfmt_script.py67 os.chmod(binary, 0o755)
75 os.chmod(script, 0o755)
/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/
H A DREADME7 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.15/tools/perf/trace/strace/groups/
H A Dfile2 chmod
H A Dstring5 chmod
/linux-6.15/tools/crypto/ccp/
H A DMakefile10 chmod -x $@
/linux-6.15/scripts/package/
H A Dkernel.spec76 | xargs --no-run-if-empty chmod u-x
124 | xargs --no-run-if-empty chmod u+x
H A Dbuilddeb104 chmod 755 "${pdir}/DEBIAN/${script}"
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A Dconfigure-git.rst62 $ chmod a+x .git/hooks/applypatch-msg
/linux-6.15/tools/testing/selftests/openat2/
H A Dhelpers.h75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
/linux-6.15/Documentation/arch/s390/
H A Dconfig3270.sh57 echo chmod 666 $D/$TUB >> $SCR
/linux-6.15/Documentation/sound/cards/
H A Dmultisound.sh532 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.15/Documentation/admin-guide/
H A Djava.rst375 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.15/Documentation/filesystems/
H A Ddevpts.rst23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
H A Ddnotify.rst25 changed (chmod,chown)
/linux-6.15/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst119 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
/linux-6.15/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
/linux-6.15/Documentation/maintainer/
H A Dconfigure-git.rst58 $ chmod a+x .git/hooks/applypatch-msg
/linux-6.15/tools/testing/selftests/hid/
H A Dvmtest.sh284 chmod +x $b2c
/linux-6.15/tools/perf/Documentation/
H A Dandroid.txt65 chmod +x /tmp/perf-archive
/linux-6.15/Documentation/translations/zh_CN/process/
H A Demail-clients.rst150 其作为补丁使用。电子邮件以当前用户可读写权限保存,因此您必须 ``chmod`` ,以
/linux-6.15/Documentation/translations/zh_TW/process/
H A Demail-clients.rst151 其作爲補丁使用。電子郵件以當前用戶可讀寫權限保存,因此您必須 ``chmod`` ,以
/linux-6.15/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh134 chmod +x $T/bin/kvm-remote-*.sh
/linux-6.15/tools/testing/selftests/bpf/
H A Dvmtest.sh240 sudo chmod a+x "${init_script}"

1234