Searched refs:chmod (Results 1 – 25 of 80) sorted by relevance
1234
| /kernel/linux/build/test/kernel_ltp/syscalls/chmod/ |
| D | BUILD.gn | 19 sources = [ "//third_party/ltp/testcases/kernel/syscalls/chmod/chmod01.c" ] 24 sources = [ "//third_party/ltp/testcases/kernel/syscalls/chmod/chmod03.c" ] 29 sources = [ "//third_party/ltp/testcases/kernel/syscalls/chmod/chmod05.c" ] 34 sources = [ "//third_party/ltp/testcases/kernel/syscalls/chmod/chmod06.c" ] 39 sources = [ "//third_party/ltp/testcases/kernel/syscalls/chmod/chmod07.c" ]
|
| /kernel/liteos_a/tools/scripts/make_rootfs/ |
| D | rootfsimg.sh | 53 chmod -R 755 ${ROOTFS_DIR} 55 chmod 700 ${ROOTFS_DIR}/bin/init 2> /dev/null 58 chmod 700 ${ROOTFS_DIR}/bin/shell 2> /dev/null
|
| /kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
| D | It_process_plimits_ipc_004.cpp | 59 ret = chmod(fullPath.c_str(), mode); in ItProcessPlimitsIpc004() 65 ret = chmod(fullPath.c_str(), mode); in ItProcessPlimitsIpc004()
|
| /kernel/linux/linux-5.10/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)
|
| /kernel/linux/build/test/kernel_ltp/syscalls/ |
| D | BUILD.gn | 63 "chmod:chmod01", 64 "chmod:chmod03", 65 "chmod:chmod05", 66 "chmod:chmod06", 67 "chmod:chmod07",
|
| /kernel/linux/linux-5.10/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"
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
| D | file | 2 chmod
|
| D | string | 5 chmod
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| D | mkd | 10 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
|
| /kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/ |
| D | purgeable_mem01.sh | 39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test >mylo…
|
| D | purgeable_mem02.sh | 39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/de…
|
| D | purgeable_mem03.sh | 39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/de…
|
| /kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
| D | helpers.h | 75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
|
| /kernel/linux/linux-5.10/Documentation/s390/ |
| D | config3270.sh | 57 echo chmod 666 $D/$TUB >> $SCR
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/ |
| D | user_syms.c | 76 EXPORT_SYMBOL_PROTO(chmod);
|
| /kernel/linux/linux-5.10/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' ||
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/uniproton/doc/ |
| D | UniProton_build.md | 3 ##### 【注】当前所有编译器的安装目录都在/opt/buidltools下,首先需要创建该目录并设置权限:mkdir -p /opt/buildtools && chmod -R 755 /op…
|
| /kernel/linux/linux-5.10/Documentation/maintainer/ |
| D | configure-git.rst | 64 $ chmod a+x .git/hooks/applypatch-msg
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | android.txt | 65 chmod +x /tmp/perf-archive
|
1234