I was trying to turn my Pi into a web server. I started by typing
sudo -i
cd /boot
mv boot_enable_ssh.rc boot.rc
but when I tried to type in the third line I got the error mv: boot_enable_ssh.rc: No such file or directory.
Can somebody help me please?