How to delete files in terminal?

Asked by Wesley Schroth

I need to delete a couple in a directory that root own, and I need the command that deletes files in the terminal.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Matthias Metzger
Solved:
Last query:
Last reply:
Revision history for this message
Best Matthias Metzger (macellarius) said :
#1

sudo rm filename

Revision history for this message
Wesley Schroth (wschroth-deactivatedaccount) said :
#2

Thanks Matthias Metzger, that solved my question.

Revision history for this message
Vojtěch Trefný (vojtech.trefny) said :
#3

Some help for future using of terminal -- https://help.ubuntu.com/community/UsingTheTerminal

Revision history for this message
Sipan Roj (sipanroj) said :
#4

thanks matthias