Hi, I need help on this. Using c program in linux environment For this assignmen
ID: 3930114 • Letter: H
Question
Hi, I need help on this. Using c program in linux environment
For this assignment, you will create a system command that will 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