b465c4b3f95b63178631bb932117a72e202a4263
[openafs.git] / src / man / fs_rmmount.1
1 fs rmmount                 AFS Commands              fs rmmount
2
3
4 NAME
5
6    fs rmmount -- destroy mount point.
7
8
9                               +
10    fs rmmount -dir <directory>   [-help]
11
12 ACCEPTABLE ABBREVIATIONS/ALIASES
13
14                         +
15    fs rm  -d <directory>   [-h]
16
17 DESCRIPTION
18
19    Removes  the  mount  point  called  directory  from the file
20    system.  The corresponding volume remains in the system, but
21    will  be inaccessible if there are no other mount points for
22    it.
23
24 ARGUMENTS
25
26    -dir  names the mount point to  be  deleted  from  the  file
27          system.  The  last  element  in  the pathname that the
28          issuer provides must be an actual name, not "dot"  (.)
29          or  "dot  dot" (. .), which the fs command interpreter
30          does not understand in this case.
31
32    -help prints the online help entry for this command.  Do not
33          provide  any  other  arguments or flags with this one.
34          See section 3.1  in  the  Reference  Manual  for  more
35          details.
36
37 EXAMPLES
38
39    The  following removes the mount points jones and terry from
40    the   current    working    directory    (assume    it    is
41    /afs/transarc.com/usr).
42
43    % fs rm jones terry
44
45 PRIVILEGE REQUIRED
46
47    Issuer  must have DELETE access for the directory containing
48    the mount point.
49
50 MORE INFORMATION
51
52    fs lsmount fs mkmount