Hi, I'm trying to teach myself a little bit about system calls by making a simple shell.
I've made a copy function and I'm trying to call it with my shell but I keep getting a 'No such file or directory' error. I'm not really sure if it's the function, the files or both that can't be found.
I've tried a bunch of different ways. In the version I'm including here I've provided the path to the files as well as the copy function.