Home » Questions » Computers [ Ask a new question ]

what did I do on my linux box, used the rm incorrectly

what did I do on my linux box, used the rm incorrectly

What will this command do on unix:

Asked by: Guest | Views: 336
Total answers/comments: 2
Guest [Entry]

"I think you meant to use mv:

mv somefile ~/data

rm means remove."
Guest [Entry]

"Bash/Ubuntu:

meder@meder-desktop:~$ rm lol ~/lmfao
rm: cannot remove `/home/meder/lmfao': Is a directory

As previously stated you want 'mv'"