"Permission denied' when writing "/etc/modprobe.d/blacklist.conf" in terminal.

2 respuestas [Último envío]
GrevenGull
Desconectado/a
se unió: 12/18/2017

I also tried writing:

$ sudo /etc/modprobe.d/blacklist.conf

and got "command not found"

eric23
Desconectado/a
se unió: 06/30/2017

That's not a command. Use sudo emacs /etc/modprobe.d/blacklist.conf.

emacs is a text editor, you can replace it your favorite editor. I am not sure which you one you have installed.

GrevenGull
Desconectado/a
se unió: 12/18/2017

Ah, I see. So that's

$ sudo pluma /etc/modprobe.d/blacklist.conf

for me :)

Thanks!