| < frak | Russ Allbery > Software | lsmounts > |
Recursive: see recursive.
Unknown
fsr is a wrapper around the standard AFS fs utility that makes it recursive. It understands the path arguments for the fs subcommands that act on directories (cleanacl, copyacl, listacl, listquota, lsmount, setacl, setquota, and whereis), although the support for copyacl is limited. It knows not to cross mount points unless that behavior is specifically requested.
This script was originally written by Carol Oliver, based on a script by Larry Schwimmer. I wrote the code that parses the fs options, and have since reworked and reorganized the script.
fsr is written in Perl and requires 5.003 or later. It's a wrapper around the AFS utility fs, and therefore has to be able to find it. You may want to change the places it looks for fs at the top of the script.
You also may need to change the path to Perl on the first line of this script.
Copyright 1999, 2004 Board of Trustees, Leland Stanford Jr. University.
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. This means that you may choose between the two licenses that Perl is released under: the GNU GPL and the Artistic License. Please see your Perl distribution for the details and copies of the licenses.
The program:
| fsr 1.10 | 2007-02-10 | Download: HTTP, FTP |
Documentation:
| < frak | Russ Allbery > Software | lsmounts > |