~ubuntu-branches/ubuntu/oneiric/libcap2/oneiric

« back to all changes in this revision

Viewing changes to doc/getcap.8

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2008-03-29 10:19:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080329101958-mi16dsb9fuzn1352
Tags: upstream-2.08
ImportĀ upstreamĀ versionĀ 2.08

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" $Id: getcap.8,v 1.1.1.1 1999/04/17 22:16:31 morgan Exp $
 
3
.\" written by Andrew Main <zefram@dcs.warwick.ac.uk>
 
4
.\"
 
5
.TH GETCAP 8 "12 Nov 2007"
 
6
.SH NAME
 
7
getcap \- examine file capabilities
 
8
.SH SYNOPSIS
 
9
\fBgetcap\fP [-v] [-r] [-h] \fIfilename\fP [ ... ]
 
10
.SH DESCRIPTION
 
11
.B getcap
 
12
displays the name and capabilities of each specified
 
13
.SH OPTIONS
 
14
.TP 4
 
15
.B -r
 
16
enables recursive search.
 
17
.TP 4
 
18
.B -v
 
19
enables to display all searched entries, even if it has no file-capabilities.
 
20
.TP 4
 
21
.B -h
 
22
prints quick usage.
 
23
.IR filename .
 
24
One file per line.
 
25
.SH "SEE ALSO"
 
26
.IR cap_get_file (3),
 
27
.IR cap_to_text (3),
 
28
.IR setcap (8)