At Thu, 24 Feb 2011 15:31:25 +0000, Simon Royal wrote:
When you delete a file in Ubuntu it gives you no warning.
Is there a way of getting it to ask before sending it to the bin?
When you say "Ubuntu", what you probably mean is "Nautilus", which is the GNOME file manager. Google will be able to help you find out a) whether you can and b) how to enable delete confirmation in Nautilus.
If I'm wrong about your meaning,
$ alias rm='rm -i'
may be of interest.
Best, Richard