Answer by
angille (55)
In all variations of Unix (FreeBSD, Linux, MacOSX) using the 'rm' command (without quotes) followed by the filename will do the trick. If the file is protected, you may have to 'sudo rm' and supply the root password to remove the file. To completely delete the file, use 'shred' instead. Read 'man rm' for more information.