"In computing, tee is a command in various command-line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which displays or pipes the output of a command and copies it into a file or a variable. It is primarily used in conjunction with pipes and filters."
I run
echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
twice.
I opened the conf.d folder in Nautilus, but there wasn't a splash file. I hit CTRL+H, but still no splash file. I expected FRAMEBUFFER=y to be inside a splash file inside the conf.d directory, but instead of that a resume file is in the conf.d directory with a completely different line which is:
RESUME=UUID=d9da4acc-b432-4cc3-927a-5815aa2e1071
Is this going to be a problem?
sudo ls -l /etc/initramfs-tools/conf.d/– quack quixote Jun 11 '10 at 19:59echo text > /etc/file? – Dentrasi Jun 11 '10 at 21:05