Enviado por GrevenGull o Xov, 01/04/2018 - 19:02
"Permission denied' when writing "/etc/modprobe.d/blacklist.conf" in terminal.
- Inicie sesión ou rexístrese para enviar comentarios
Xov, 01/04/2018 - 19:02
I also tried writing:
$ sudo /etc/modprobe.d/blacklist.conf
and got "command not found"
Xov, 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.
Xov, 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 ou rexístrese para enviar comentarios