Soumis par GrevenGull le jeu, 01/04/2018 - 20:02
"Permission denied' when writing "/etc/modprobe.d/blacklist.conf" in terminal.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
jeu, 01/04/2018 - 20:02
I also tried writing:
$ sudo /etc/modprobe.d/blacklist.conf
and got "command not found"
jeu, 01/04/2018 - 20: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.
jeu, 01/04/2018 - 21:15
#2
Ah, I see. So that's
$ sudo pluma /etc/modprobe.d/blacklist.conf
for me :)
Thanks!
- Vous devez vous identifier ou créer un compte pour écrire des commentaires