From patchwork Tue Aug 23 19:04:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shirish Pargaonkar X-Patchwork-Id: 1089452 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7NIw3oI009681 for ; Tue, 23 Aug 2011 18:58:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755698Ab1HWS6a (ORCPT ); Tue, 23 Aug 2011 14:58:30 -0400 Received: from mail-gy0-f174.google.com ([209.85.160.174]:63581 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750923Ab1HWS6a (ORCPT ); Tue, 23 Aug 2011 14:58:30 -0400 Received: by gya6 with SMTP id 6so321859gya.19 for ; Tue, 23 Aug 2011 11:58:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=LpWwuuFYVPy9nQwfMmnW5Zhr/7H1LRPRY+zcJeX3bZE=; b=Aca57GWpxmo2kmq/rwfVPzwsAII7+1GPzOS/jqdZqy0qzEIlEOMJ06HCLtKW4AlX/7 4QgCSFAgOR3ikC8jOZzEl+Igna3cExHfEgSdQnoU/ulE4XgjmMMaxdcip6eDE1Poc7g9 FJpv0UVhufw2CVbxF4g3QxCwQOHAqCoKu/z0I= Received: by 10.236.185.228 with SMTP id u64mr25443304yhm.91.1314125909730; Tue, 23 Aug 2011 11:58:29 -0700 (PDT) Received: from localhost ([32.97.110.58]) by mx.google.com with ESMTPS id c63sm22031yhe.18.2011.08.23.11.58.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 11:58:29 -0700 (PDT) From: shirishpargaonkar@gmail.com To: jlayton@samba.org Cc: linux-cifs@vger.kernel.org, Shirish Pargaonkar Subject: [PATCH 4/8] cifs-utils: cifsacl utilities: Add man pages for getcifsacl (try #2) Date: Tue, 23 Aug 2011 14:04:04 -0500 Message-Id: <1314126244-12038-1-git-send-email-shirishpargaonkar@gmail.com> X-Mailer: git-send-email 1.6.0.2 Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 23 Aug 2011 18:58:40 +0000 (UTC) From: Shirish Pargaonkar Man pages for utility getcifsacl. Signed-off-by: Shirish Pargaonkar --- getcifsacl.8.in | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) create mode 100644 getcifsacl.8.in diff --git a/getcifsacl.8.in b/getcifsacl.8.in new file mode 100644 index 0000000..02e1355 --- /dev/null +++ b/getcifsacl.8.in @@ -0,0 +1,55 @@ +'\" t +.\" Title: cifs.idmap +.\" Author: [see the "AUTHOR" section] +.\" Generator: DocBook XSL Stylesheets v1.75.2 +.\" Date: 08/19/2011 +.\" Manual: System Administration tools +.\" Source: cifs-utils 4.0 +.\" Language: English +.\" +.TH "GETCIFSACL" "8" "08/19/2011" "cifs-utils 4\&.0" "System Administration tools" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +getcifsacl \- Userspace helper to display an ACL in a security descriptor for Common Internet File System (CIFS) +.SH "SYNOPSIS" +.HP \w'\ 'u +getcifsacl [\-v|\-r] {file system object} +.SH "DESCRIPTION" +.PP +This tool is part of the cifs-utils suite\&. +.PP +getcifsacl is a userspace helper program for the Linux CIFS client file system. It is intended to display a security descriptor including ACL for a file system object. It is best utilized when an option of cifsacl is specified when mounting a cifs share in conjunction with winbind facility of Samba suite. +.PP +Fields of an ACE such as SID, type, flags, and mask are displayed separated by /. Numeric values of type, flags, and mask are displayed in hexadecimal format. +.SH "OPTIONS" +.PP +\-v +.RS 4 +Print version number and exit\&. +.RE +\-r +.RS 4 +Display a security descriptor in raw mode. Values such as type and flags are displayed in hexadecimal format, a SID is not mapped to a name. +.RE +.SH "SEE ALSO" +.PP +\fBmount.cifs\fR(8), +\fBwinbindd\fR(8), +\fBsetcifsacl\fR(8) +.PP +.SH "AUTHOR" +.PP +Shirish Pargaonkar wrote the getcifsacl program\&. +.PP +The +Linux CIFS Mailing list +is the preferred place to ask questions regarding these programs\&.