Skip to content

Commit

Permalink
bindfs.1: add section for --delete-filtered
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekun committed Feb 24, 2022
1 parent fd38dbe commit aef8c5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/bindfs.1
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ to distinguish specifier parts, e.g. \fIa:pci:0000:00:00/...\fP,
where \fIa\fP is an "any type" specifier and \fIpci:0000:00:00\fP is
a file name.

.TP
.B \-\-delete\-filtered
When removing a directory, also transparently remove hidden with
\fB\-\-file\-filter\fP files in it. If this option not active,
such directories won't remove with \fBENOEMPTY\fP error. If a directory
contains hidden directories, they will be deleted recursively, as with
\fBrm -rf\fP command. If \fB\-\-resolve\-symlinks\fP is active, hidden
files in resolved directories will not be removed.

.SH CHOWN/CHGRP POLICY
The behaviour on chown/chgrp calls can be changed. By default they are passed
Expand Down

0 comments on commit aef8c5e

Please sign in to comment.