[sudo-users] sudo command syntax changed itself.

Todd C. Miller Todd.Miller at courtesan.com
Sun May 5 14:38:59 MDT 2013


Sudo does not delete files by itself.  Perhaps you meant to run:

    sudo rm -r -f pathname

Note that if the "pathname" is a directory all files within the
directory (and any subdirectorioes) will be removed.

 - todd


More information about the sudo-users mailing list