-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chmod: list filename in warning if chmod() fails (#813)
* Address same issue as for previous chgrp commit: 420f8b2 * The argument list could have 3 files, and chmod() is successful for one but the remainder fail * It would be nice to introduce a regular usage() function in chmod later %perl chmod 600 /etc/motd wordlist.txt /etc/passwd chmod: failed to change mode for '/etc/motd': Operation not permitted chmod: failed to change mode for '/etc/passwd': Operation not permitted
- Loading branch information
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters