Home
last modified time | relevance | path

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

1234

/kernel/linux/build/test/kernel_ltp/syscalls/chmod/
DBUILD.gn19 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/
Drootfsimg.sh53 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/
DIt_process_plimits_ipc_004.cpp59 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/
DMakefile24 chmod +x $@
29 chmod -x $@
Dbinfmt_script65 os.chmod(binary, 0o755)
73 os.chmod(script, 0o755)
/kernel/linux/build/test/kernel_ltp/syscalls/
DBUILD.gn63 "chmod:chmod01",
64 "chmod:chmod03",
65 "chmod:chmod05",
66 "chmod:chmod06",
67 "chmod:chmod07",
/kernel/linux/linux-5.10/scripts/package/
Dbuilddeb45 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/
Dtest_execve.c240 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/
DREADME7 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/
Dfile2 chmod
Dstring5 chmod
/kernel/linux/linux-5.10/drivers/block/paride/
Dmkd10 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/kernel/linux/build/test/moduletest/runtest/bin/purgeable_t/testcases/bin/
Dpurgeable_mem01.sh39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test >mylo…
Dpurgeable_mem02.sh39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/de…
Dpurgeable_mem03.sh39 …(cd $(echo ${testpath%purgeable_cpp_test});chmod 777 purgeable_cpp_test;./purgeable_cpp_test &>/de…
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
Dhelpers.h75 #define E_chmod(...) E_func(chmod, __VA_ARGS__)
/kernel/linux/linux-5.10/Documentation/s390/
Dconfig3270.sh57 echo chmod 666 $D/$TUB >> $SCR
/kernel/linux/linux-5.10/arch/um/os-Linux/
Duser_syms.c76 EXPORT_SYMBOL_PROTO(chmod);
/kernel/linux/linux-5.10/Documentation/sound/cards/
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' ||
/kernel/linux/linux-5.10/Documentation/admin-guide/
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
/kernel/linux/linux-5.10/Documentation/filesystems/
Ddevpts.rst23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
Dsysv-fs.rst258 - Xenix FS kludge: as regular files with chmod 1000
260 - Coherent FS kludge: as regular files with chmod 1000
/kernel/uniproton/doc/
DUniProton_build.md3 ##### 【注】当前所有编译器的安装目录都在/opt/buidltools下,首先需要创建该目录并设置权限:mkdir -p /opt/buildtools && chmod -R 755 /op…
/kernel/linux/linux-5.10/Documentation/maintainer/
Dconfigure-git.rst64 $ chmod a+x .git/hooks/applypatch-msg
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dandroid.txt65 chmod +x /tmp/perf-archive

1234