Searched refs:chown (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | perf-with-kcore.sh | 87 $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.1.27/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-4.1.27/drivers/block/paride/ |
D | mkd | 9 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
|
/linux-4.1.27/arch/um/os-Linux/ |
D | user_syms.c | 68 EXPORT_SYMBOL_PROTO(chown);
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_user.c | 212 } 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.1.27/Documentation/filesystems/ |
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 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
|
D | dnotify.txt | 21 changed (chmod,chown)
|
D | tmpfs.txt | 135 parameters with chmod(1), chown(1) and chgrp(1) on a mounted filesystem.
|
D | spufs.txt | 45 All files support the chmod(2)/fchmod(2) and chown(2)/fchown(2) opera-
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 277 ENTRY_SAME(chown) /* 180 */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 188 SYSCALL_SPU(chown)
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 25 chown -R root:root "$pdir"
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 143 COMPAT_SYSCALL_WRAP3(chown, const char __user *, filename, uid_t, user, gid_t, group);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 101 92 common chown sys_chown
|
D | syscall_32.tbl | 191 182 i386 chown sys_chown16
|
/linux-4.1.27/fs/ |
D | open.c | 639 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 251 mknod $1 $2 $3 $4 ; chmod 0660 $1 ; chown root:disk $1
|
/linux-4.1.27/Documentation/ |
D | vfio.txt | 162 # chown user:user /dev/vfio/26
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 302 Regular chown, chgrp, and chmod commands (with right permissions) could be
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 1031 Unix extensions (symlink, readlink, hardlink, chmod and some chgrp and chown) implemented
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2176 Then you need to chown to yourself all the files in that directory 2180 host# find . -uid 0 -exec chown jdike {} \;
|