Question: Write a bash shell script that emulates the basic functionality of the ls command for the present working directory. Specifically for each object in the
Write a bash shell script that emulates the basic functionality of the ls command for the present working directory. Specifically for each object in the directory your script must:
determine & display whether it is a directory, file, or other
determine & display the file owner's permissions for directories and files
utilize one or more Linux functions to minimize redundancy.
add error handling for SIGINT
unix
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
