Linux API Calls to implement rm, mv, and cp [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . Improve this question I'm writing my own little shell in C, or at least I'm going to start today. I want to implement three functions. remove file1 What system calls would I need for this? Just open file and delete its contents or is there a system call to delete a file besides