Am 22.05.2015 um 22:28 schrieb Roman Bysh:
Hello all,
I'm having some odd results when using echo command. As you know /etc/modprobe.d/50-blacklist.conf is full of entries.
When I open konsole, I type: su - then
echo "blacklist nouveau" > /etc/modprobe.d/50-blacklist.conf
and I check using cat /etc/modprobe.d/50-blacklist.conf I only see
blacklist nouveau
The previous entries of the 50-blacklist.conf file have been erased. So I then try:
echo "blacklist foobar" > /etc/modprobe.d/50-blacklist.conf
Now blacklist nouveau has been overwritten with blacklist foobar.
Bizarre.
Roman
Try this: echo "blacklist foobar" >> /etc/modprobe.d/50-blacklist.conf Take notion of the double ">". Greetings -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org