mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
9b4261c9b4
This includes adding support for ACLs into cp(1) and mv(1) userspace utilities. For mv(1), if _PC_ACL_EXTENDED is in effect for the source AND destination operands, the destination file's ACLs shall reflect the source. For cp(1), if _PC_ACL_EXTENDED is in effect for both source and destination operands, and -p has been specified, the ACLs from the source shall be preserved on the destination. MFC after: 1 month |
||
---|---|---|
.. | ||
Makefile | ||
mv.1 | ||
mv.c |