Rm (command)
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.
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
truncate
lsof -a +L1 /path/to/fs
- Set file to zero:
truncate -s 0 /path/to/filename
unlink
echo
inode
touch
scrub
shred
mtime
- coreutils
- rm performance information
See also
Advertising: