Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/uucpbb/doc/chown.man @ 2855:e126b9acab32 lwtools-port
rules.mak: Do not hardcode path for "echo"
It is basically the only tool with full path here and I don't see any
reason for it. We don't use special echo options that would fail
on the shell built-in echo.
Also don't hardcode path for losetup. sudo should make sure you
have the relevant location in your path, and that the path is sanitized,
otherwise your sudo setup is broken.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sat, 13 Jul 2013 11:30:31 +0200 |
parents | e9380475f28e |
children |
line wrap: on
line source
CHOWN CHOWN PROGRAM chown CALLING SEQUENCE: chown <username_or_ID> <file_or_dir> [<file_or_dir>...] SUMMARY Change ownership of a file or directory to that of another user DESCRIPTION CHOWN allows a user to change the ownership of a file and/or directory belonging to them to that of another user. The user cannot change the ownership of a file or directory if it does not belong to them. The only exception to this is the superuser. He/she can change the ownership of anyone's file or directory to that of anyone else Either the user's name or the decimal value of the user's ID as listed in the password file maybe be given. File and directory names may be mixed on the command line. FILES /DD/SYS/password