Searched refs:chmod (Results 1 – 25 of 50) sorted by relevance
12
/Linux-v4.19/tools/testing/selftests/exec/ |
D | Makefile | 18 chmod +x $@ 23 chmod -x $@
|
/Linux-v4.19/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-v4.19/Documentation/scsi/ |
D | osst.txt | 202 chown 0.disk $dir/osst$nr; chmod 660 $dir/osst$nr; 204 chown 0.disk $dir/nosst$nr; chmod 660 $dir/nosst$nr; 206 chown 0.disk $dir/osst${nr}l; chmod 660 $dir/osst${nr}l; 208 chown 0.disk $dir/nosst${nr}l; chmod 660 $dir/nosst${nr}l; 210 chown 0.disk $dir/osst${nr}m; chmod 660 $dir/osst${nr}m; 212 chown 0.disk $dir/nosst${nr}m; chmod 660 $dir/nosst${nr}m; 214 chown 0.disk $dir/osst${nr}a; chmod 660 $dir/osst${nr}a; 216 chown 0.disk $dir/nosst${nr}a; chmod 660 $dir/nosst${nr}a;
|
/Linux-v4.19/scripts/package/ |
D | builddeb | 28 chmod -R go-w "$pdir" 30 chmod -R a+rX "$pdir" 153 chmod 755 "$tmpdir/DEBIAN/$script"
|
/Linux-v4.19/tools/perf/trace/strace/groups/ |
D | file | 2 chmod
|
/Linux-v4.19/drivers/block/paride/ |
D | mkd | 10 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
|
/Linux-v4.19/Documentation/s390/ |
D | config3270.sh | 57 echo chmod 666 $D/$TUB >> $SCR
|
/Linux-v4.19/arch/um/os-Linux/ |
D | user_syms.c | 76 EXPORT_SYMBOL_PROTO(chmod);
|
/Linux-v4.19/Documentation/ |
D | debugging-modules.txt | 17 chmod a+x /tmp/modprobe
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/filesystems/ |
D | devpts.txt | 17 the ptmxmode=0666, or chmod 0666 /dev/pts/ptmx should be called.
|
D | sysv-fs.txt | 191 - Xenix FS kludge: as regular files with chmod 1000 193 - Coherent FS kludge: as regular files with chmod 1000
|
D | dnotify.txt | 21 changed (chmod,chown)
|
D | hpfs.txt | 46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 73 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 80 uid=luser_uid, the file will be still owned by root! If you chmod file to 444,
|
D | tmpfs.txt | 136 parameters with chmod(1), chown(1) and chgrp(1) on a mounted filesystem.
|
/Linux-v4.19/tools/testing/selftests/ |
D | Makefile | 155 chmod u+x $(ALL_SCRIPT)
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | udev.rst | 43 Don't forget to make the script executable with "chmod".
|
/Linux-v4.19/tools/perf/Documentation/ |
D | android.txt | 65 chmod +x /tmp/perf-archive
|
/Linux-v4.19/fs/hostfs/ |
D | hostfs_user.c | 204 } else if (chmod(file, attrs->ia_mode) != 0) { in set_attr()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 22 SYSCALL_SPU(chmod)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 74 ENTRY_SAME(chmod) /* 15 */
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 68 COMPAT_SYSCALL_WRAP2(chmod, const char __user *, filename, umode_t, mode);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 101 90 common chmod __x64_sys_chmod
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 101 90 common chmod __x64_sys_chmod
|
12