QUICk, I NEED HELP!I need to know how to add the following text to a text file via the CLI
I have to add this to a file in /etc/apt/ called source.list, the problem is that it says I don't have permission to edit it. I don't know anything about permisions, how do I give myself permission to edit this file, and how to I add the above text to the text file?
Code:
deb http://backports.debian.org/debian-backports squeeze-backports main
Comment