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 25: Line 25:
 
* <code>[[scrub]]</code>
 
* <code>[[scrub]]</code>
 
* <code>[[touch]]</code>
 
* <code>[[touch]]</code>
 +
* <code>[[shred]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 11:25, 27 August 2020

wikipedia:rm (Unix) is used to remove different type objects such as computer files, directories and symbolic links from file systems and also special files such as device nodes, pipes and sockets.

The rm command removes references to objects from the filesystem using the unlink system call.

rm /path/to/your/file
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"
rm: cannot remove 'XXXX': Read-only file system


Related terms

See also

Advertising: