Home
last modified time | relevance | path

Searched refs:chown (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/tools/perf/
Dperf-with-kcore.sh87 $SUDO chown $UID "$KCORE_DIR"
88 $SUDO chown $UID "$KCORE_DIR/kcore"
89 $SUDO chown $UID "$KCORE_DIR/kallsyms"
90 $SUDO chown $UID "$KCORE_DIR/modules"
121 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
122 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE…
123 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE…
/Linux-v4.19/tools/testing/selftests/capabilities/
Dtest_execve.c238 if (chown("validate_cap_suidroot", 0, -1) != 0) in do_tests()
245 if (chown("validate_cap_suidnonroot", uid + 1, -1) != 0) in do_tests()
252 if (chown("validate_cap_sgidroot", -1, 0) != 0) in do_tests()
259 if (chown("validate_cap_sgidnonroot", -1, gid + 1) != 0) in do_tests()
/Linux-v4.19/Documentation/scsi/
Dosst.txt202 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/drivers/block/paride/
Dmkd10 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/Linux-v4.19/arch/um/os-Linux/
Duser_syms.c69 EXPORT_SYMBOL_PROTO(chown);
/Linux-v4.19/fs/hostfs/
Dhostfs_user.c212 } else if (chown(file, attrs->ia_uid, -1)) { in set_attr()
220 } else if (chown(file, -1, attrs->ia_gid)) { in set_attr()
/Linux-v4.19/Documentation/filesystems/
Dhpfs.txt46 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
78 something like 'chown luser file; chown root file' the file will contain
93 attribute named "SYMLINK" with symlink value. Like on ext2, you can chown and
Ddnotify.txt21 changed (chmod,chown)
Dtmpfs.txt136 parameters with chmod(1), chown(1) and chgrp(1) on a mounted filesystem.
Dspufs.txt45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
/Linux-v4.19/scripts/package/
Dbuilddeb27 chown -R root:root "$pdir"
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl173 182 32 chown - compat_sys_s390_chown16
219 212 64 chown sys_chown -
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl173 182 32 chown - compat_sys_s390_chown16
219 212 64 chown sys_chown -
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h189 SYSCALL_SPU(chown)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S277 ENTRY_SAME(chown) /* 180 */
/Linux-v4.19/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py364 os.chown(path, int(uid), int(gid))
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c116 COMPAT_SYSCALL_WRAP3(chown, const char __user *, filename, uid_t, user, gid_t, group);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl103 92 common chown __x64_sys_chown
Dsyscall_32.tbl196 182 i386 chown sys_chown16 __ia32_sys_chown16
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl103 92 common chown __x64_sys_chown
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl198 182 common chown sys_chown16
/Linux-v4.19/fs/
Dopen.c680 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
/Linux-v4.19/Documentation/admin-guide/mm/
Dhugetlbpage.rst344 Regular chown, chgrp, and chmod commands (with right permissions) could be
/Linux-v4.19/Documentation/blockdev/
Dparide.txt251 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/Linux-v4.19/Documentation/
Dvfio.txt164 # chown user:user /dev/vfio/26

12