Question: Submit as a plain-text file with a .c extension in the file name. For this assignment, you will create a system command that will remove
Submit as a plain-text file with a .c extension in the file name.
For this assignment, you will create a system command that will remove directory entries by inode number. NAME rbi - removes a directory entry by inode number. SYNOPSIS rbi INODENUMBER DESCRIPTION Removes a file or directory from the current directory matching the supplied inode number. Displays an appropriate error message on failure. You may assume the user always provides an integer for the inode number. SAMPLE USAGE rbi 23593064 -- directory entry with matching inode number is removed. rbi -- synopsis displayed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
