I’ve very recently migrated from Manjaro. I like Fedora a lot. However, there is some weirdness that I’m not making sense of - the following would have worked in Majaro, or Ubuntu, or Linux Mint, but doesn’t here:
[tomc@localhost bkup]$ pwd
/home/tomc/bkup
[tomc@localhost bkup]$ cd /home/tomc/programs/restic-backup/restic-backup-scripts/
bash: cd: /home/tomc/programs/restic-backup/restic-backup-scripts/: No such file or directory
[tomc@localhost bkup]$ cd /
[tomc@localhost /]$ cd /home/tomc/programs/restic-backup/restic-backup-scripts/
bash: cd: /home/tomc/programs/restic-backup/restic-backup-scripts/: No such file or directory
[tomc@localhost /]$ pwd
/
[tomc@localhost /]$
Can someone explain why a plain cd doesn’t just work here? Why is bash getting invoked? how do I get this command to work?