- tighten and clarify wording
PR: 203338 (based on) Submitted by: varnishedgreen@aim.com Approved by: wblock@ (mentor) Differential Revision: https://reviews.freebsd.org/D3749
This commit is contained in:
parent
0048f6916c
commit
e62918192e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47470
1 changed files with 6 additions and 6 deletions
|
@ -3362,12 +3362,12 @@ kern.sched.name: ULE</screen>
|
|||
deleted, the file is not really removed from the file
|
||||
system until the program stops using it. The file is
|
||||
immediately deleted from the directory listing, however.
|
||||
As an example, consider a file that is large enough that
|
||||
its presence affects the output of
|
||||
<command>du</command> and <command>df</command>. If this
|
||||
file is deleted while using <command>more</command> on it,
|
||||
<command>more</command> does not immediately choke and
|
||||
complain that it cannot view the file. The entry is
|
||||
As an example, consider a file large enough
|
||||
to affect the output of
|
||||
<command>du</command> and <command>df</command>. A
|
||||
file being viewed with <command>more</command> can be
|
||||
deleted wihout causing an error.
|
||||
The entry is
|
||||
removed from the directory so no other program or user can
|
||||
access it. However, <command>du</command> shows that it
|
||||
is gone as it has walked the directory tree and the
|
||||
|
|
Loading…
Reference in a new issue