Pierre Haessig wrote: > I guess I can now execute echo "video" > /etc/modules
Careful! That would truncate the file. You want ">>" to append to it. echo video >> /etc/modules Bob
signature.asc
Description: Digital signature
Pierre Haessig wrote: > I guess I can now execute echo "video" > /etc/modules
Careful! That would truncate the file. You want ">>" to append to it. echo video >> /etc/modules Bob
signature.asc
Description: Digital signature