How to change your shell in Linux and using RSYNC to clone and migrate drives
I frequently use SysRescueCD to perform a variety of tasks. In this case I was wanting to clone a hard drive onto a new SSD. However, the default shell in SysRescueCD is zsh, and it doesn’t interpret commands how I’m use to. To change shell: chsh -s $(which bash) You will need […]