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

2 replies [Last post]
GrevenGull
Offline
Joined: 12/18/2017

I also tried writing:

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

and got "command not found"

eric23
Offline
Joined: 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
Offline
Joined: 12/18/2017

Ah, I see. So that's

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

for me :)

Thanks!