Enviado por GrevenGull el Jue, 01/04/2018 - 19:02.
"Permission denied' when writing "/etc/modprobe.d/blacklist.conf" in terminal.
- Inicie sesión o regístrese para enviar comentarios
Jue, 01/04/2018 - 19:02
I also tried writing:
$ sudo /etc/modprobe.d/blacklist.conf
and got "command not found"
Jue, 01/04/2018 - 19:57
#1
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.
Jue, 01/04/2018 - 20:15
#2
Ah, I see. So that's
$ sudo pluma /etc/modprobe.d/blacklist.conf
for me :)
Thanks!
- Inicie sesión o regístrese para enviar comentarios