Difference between revisions of "Rm (command)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 13: Line 13:
 
== Related commands ==
 
== Related commands ==
 
* <code>[[lsof]] -a +L1 /path/to/fs</code>
 
* <code>[[lsof]] -a +L1 /path/to/fs</code>
* Set file to zero: <code>truncate -s 0 /path/to/filename</code>
+
* Set file to zero: <code>[[truncate]] -s 0 /path/to/filename</code>
 
* <code>[[unlink]]</code>
 
* <code>[[unlink]]</code>
 
* <code>[[echo]]</code>
 
* <code>[[echo]]</code>

Revision as of 17:09, 21 April 2020

This article is a Draft. Help us to complete it.


rm -rf
echo "" > /path/to/the/file.log
If it was already deleted, on Linux, you can still truncate it by doing:
echo "" > "/proc/$pid/fd/$fd"


Related commands

See also

Advertising: