blob: 0a85fb0a1297cdeb4ebbe26b92c810c95a92c9ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
.TH REMSHENT 1 SHARE
.SH NAME
remshent \- remove an entry from the shares data-base
.SH SYNOPSIS
.B remshent
[\c
.I name|uid ...\c
]
.SH DESCRIPTION
.I Remshent
removes entries from the shares data-base in the file
.IR /etc/shares .
Entries are specified as user names,
or as uids.
If no arguments are given,
.I remshent
reads the names from standard input,
one per line.
.SH FILES
.PD 0
.TP 16
/etc/shares
for share details.
.TP
/etc/passwd
for user names and \s-1ID\s0s.
.PD
.SH "SEE ALSO"
.IR lim (1),
.IR pl (1),
.IR shares (5).
|