Difference between revisions of "Rm (command)"

From wikieduonline
Jump to navigation Jump to search
Line 40: Line 40:
 
* Read about [[rm performance information|rm performance]]
 
* Read about [[rm performance information|rm performance]]
 
* Read about [[ZFS]] <code>rm</code> "expensive" operations: https://serverfault.com/a/801080
 
* Read about [[ZFS]] <code>rm</code> "expensive" operations: https://serverfault.com/a/801080
 +
* https://unix.stackexchange.com/questions/tagged/rm?tab=Votes
  
 
== See also ==
 
== See also ==

Revision as of 16:20, 5 May 2022

wikipedia:rm (Unix) included in coreutils package 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.

Man page: https://man7.org/linux/man-pages/man1/rm.1.html

Examples

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

Activities

See also

Advertising: