Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c226 if (chown("validate_cap_suidroot", 0, -1) != 0) in do_tests()
233 if (chown("validate_cap_suidnonroot", uid + 1, -1) != 0) in do_tests()
240 if (chown("validate_cap_sgidroot", -1, 0) != 0) in do_tests()
247 if (chown("validate_cap_sgidnonroot", -1, gid + 1) != 0) in do_tests()
/linux-4.4.14/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-4.4.14/drivers/block/paride/
Dmkd9 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/linux-4.4.14/arch/um/os-Linux/
Duser_syms.c68 EXPORT_SYMBOL_PROTO(chown);
/linux-4.4.14/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-4.4.14/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.txt135 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-4.4.14/arch/parisc/kernel/
Dsyscall_table.S277 ENTRY_SAME(chown) /* 180 */
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h188 SYSCALL_SPU(chown)
/linux-4.4.14/scripts/package/
Dbuilddeb27 chown -R root:root "$pdir"
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c115 COMPAT_SYSCALL_WRAP3(chown, const char __user *, filename, uid_t, user, gid_t, group);
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl101 92 common chown sys_chown
Dsyscall_32.tbl191 182 i386 chown sys_chown16
/linux-4.4.14/fs/
Dopen.c641 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
/linux-4.4.14/Documentation/vm/
Dhugetlbpage.txt302 Regular chown, chgrp, and chmod commands (with right permissions) could be
/linux-4.4.14/Documentation/blockdev/
Dparide.txt251 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
/linux-4.4.14/Documentation/
Dvfio.txt162 # chown user:user /dev/vfio/26
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES1031 Unix extensions (symlink, readlink, hardlink, chmod and some chgrp and chown) implemented
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2176 Then you need to chown to yourself all the files in that directory
2180 host# find . -uid 0 -exec chown jdike {} \;