view src/restore-acls.sh @ 24:eab9ad213a69

implemented script to restore acls.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 12:49:52 +0000
parents
children
line wrap: on
line source
1 #!/bin/sh
3 (cd / && setfacl --restore=/etc/acls)