~ubuntu-branches/ubuntu/quantal/psmisc/quantal

« back to all changes in this revision

Viewing changes to doc/fuser.1

  • Committer: Bazaar Package Importer
  • Author(s): Craig Small
  • Date: 2009-05-10 16:13:36 UTC
  • mfrom: (1.1.9 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090510161336-bxj89zet42kfryog
Tags: 22.7-1
* New upstream release
  - Changed fuser.1 so signal is SIGNAL to reduce confusion about wether
    or not it is a parameter Closes: #517413
  - fuser.1 references pkill(1) Closes: #517414
  - Clarified -m and -c for fuser Closes: #467289
  -  Patch from Arnaud Giersch to fix udp ports in fuser Closes: #502208
  - pstree man page mentions -Z may not be available Closes: #478327
  - pstree handles UTF-8 lengths much better Closes: #413503
  - killall says no process found when process not found Closes: #500097
  - pstree makes a bigger buffer for -al flags Closes: #352603
  - peekfd off by one problem in fds Closes: #460530
  - oldfuser removed Closes: #502212
* Changed rules for for cross-build support Closes: #465226
* Updated copyright file Closes: #517410
* updated package description Closes: #485693

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH FUSER 1 2005-11-05 "Linux" "User Commands"
 
1
.TH FUSER 1 2009-04-26 "Linux" "User Commands"
2
2
.SH NAME
3
3
fuser \- identify processes using files or sockets
4
4
.SH SYNOPSIS
5
5
.ad l
6
6
.B fuser
7
 
.RB [ \-a | \-s | \-c ]
 
7
.RB [ \-fuv ]
 
8
.RB [ \-a | \-s ]
8
9
.RB [ \-4 | \-6 ]
9
 
.RB [ \-n\ 
 
10
.RB [ \-c | \-m | \-n\ 
10
11
.IR space\  ]
11
12
.RB [ \-k
12
13
.RB [ \-i ]
13
 
.RB [ \- \fIsignal
 
14
.RB [ \- \fISIGNAL
14
15
] ]
15
 
.RB [ \-muvf ]
16
16
.IR name " ..."
17
17
.br
18
18
.B fuser
67
67
.IP \fB\-f\fP
68
68
Silently ignored, used for POSIX compatibility.
69
69
.IP \fB\-k\fP
70
 
Kill processes accessing the file. Unless changed with \fB\-\fP\fIsignal\fP,
 
70
Kill processes accessing the file. Unless changed with \fB\-\fP\fISIGNAL\fP,
71
71
SIGKILL is sent. An \fBfuser\fP process never kills itself, but may kill
72
72
other \fBfuser\fP processes. The effective user ID of the process executing
73
73
\fBfuser\fP is set to its real user ID before attempting to kill.
91
91
.IP \fB\-s\fP
92
92
Silent operation. \fB\-u\fP and \fB\-v\fP are ignored in this mode.
93
93
\fB\-a\fP must not be used with \fB\-s\fP.
94
 
.IP \fB\-\fIsignal\fP
 
94
.IP \fB\-\fISIGNAL\fP
95
95
Use the specified signal instead of SIGKILL when killing processes. Signals
96
96
can be specified either by name (e.g. \fB\-HUP\fP) or by number
97
97
(e.g. \fB\-1\fP). This option is silently ignored if the \fB\-k\fP option
170
170
.PP
171
171
Craig Small <csmall@small.dropbear.id.au>
172
172
.SH "SEE ALSO"
173
 
.BR kill "(1), " killall "(1), " lsof "(8), " ps "(1), " kill (2).
 
173
.BR kill "(1), " killall "(1), " lsof "(8), " pkill "(1), " ps "(1), " kill (2).
174
174
.\"{{{}}}