First, thanks for all the tips! Slowly but surlely things are making sense. =)
Running Fossa64 on the hard drive. I had been manually copying a pair of files whenever I updated them... Dawned on my instead of launching the folders, which you all helped with, I should be able to have a script just do the copying.
I built this after a bit of searching... No joy when I run the script though. Do those commands need to be in the terminal instead of a script? Thanks again for the tips.
#!/bin/bash
cp ./mnt/home/clickawake.sh ./root/my-applications/bin/
cp ./mnt/home/root ./var/spool/cron/crontabs/
I do want the new files to replace files that are likely already in the folder.
Tested from a terminal and it appears I am not calling the folders properly.
cp: cannot stat './mnt/home/clickawake.sh': No such file or directory
cp: cannot stat './mnt/home/root': No such file or directory