~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs/manpages/smbumount.8

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\"Generated by db2man.xsl. Don't modify this, modify the source.
2
 
.de Sh \" Subsection
3
 
.br
4
 
.if t .Sp
5
 
.ne 5
6
 
.PP
7
 
\fB\\$1\fR
8
 
.PP
9
 
..
10
 
.de Sp \" Vertical space (when we can't use .PP)
11
 
.if t .sp .5v
12
 
.if n .sp
13
 
..
14
 
.de Ip \" List item
15
 
.br
16
 
.ie \\n(.$>=3 .ne \\$3
17
 
.el .ne 3
18
 
.IP "\\$1" \\$2
19
 
..
20
 
.TH "SMBUMOUNT" 8 "" "" ""
 
1
.\"     Title: smbumount
 
2
.\"    Author: 
 
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
 
4
.\"      Date: 05/28/2008
 
5
.\"    Manual: 
 
6
.\"    Source: 
 
7
.\"
 
8
.TH "SMBUMOUNT" "8" "05/28/2008" "" ""
 
9
.\" disable hyphenation
 
10
.nh
 
11
.\" disable justification (adjust text to left margin only)
 
12
.ad l
21
13
.SH "NAME"
22
14
smbumount - smbfs umount for normal users
23
15
.SH "SYNOPSIS"
24
16
.HP 1
25
 
smbumount {mount-point}
 
17
smbumount {mount\-point}
26
18
.SH "DESCRIPTION"
27
19
.PP
28
 
With this program, normal users can unmount smb-filesystems, provided that it is suid root.
 
20
With this program, normal users can unmount smb\-filesystems, provided that it is suid root\.
29
21
smbumount
30
 
has been written to give normal Linux users more control over their resources. It is safe to install this program suid root, because only the user who has mounted a filesystem is allowed to unmount it again. For root it is not necessary to use smbumount. The normal umount program works perfectly well.
 
22
has been written to give normal Linux users more control over their resources\. It is safe to install this program suid root, because only the user who has mounted a filesystem is allowed to unmount it again\. For root it is not necessary to use smbumount\. The normal umount program works perfectly well\.
31
23
.PP
32
24
WARNING:
33
25
smbumount
34
 
is deprecated and not maintained any longer.
35
 
umount.cifs
 
26
is deprecated and not maintained any longer\.
 
27
umount\.cifs
36
28
should be used instead of
37
 
smbumount.
 
29
smbumount\.
38
30
.SH "OPTIONS"
39
31
.PP
40
 
mount-point
41
 
.RS 3n
42
 
The directory to unmount.
 
32
mount\-point
 
33
.RS 4
 
34
The directory to unmount\.
43
35
.RE
44
36
.SH "SEE ALSO"
45
37
.PP
46
38
\fBsmbmount\fR(8)
47
39
.SH "AUTHOR"
48
40
.PP
49
 
Volker Lendecke, Andrew Tridgell, Michael H. Warfield and others.
 
41
Volker Lendecke, Andrew Tridgell, Michael H\. Warfield and others\.
50
42
.PP
51
43
The current maintainer of smbfs and the userspace tools
52
44
smbmount,
53
45
smbumount, and
54
46
smbmnt
55
47
is
56
 
Urban Widmark. The
 
48
Urban Widmark\. The
57
49
SAMBA Mailing list
58
 
is the preferred place to ask questions regarding these programs.
 
50
is the preferred place to ask questions regarding these programs\.
59
51
.PP
60
 
The conversion of this manpage for Samba 2.2 was performed by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.
61
 
 
 
52
The conversion of this manpage for Samba 2\.2 was performed by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.