1 Write a script that will look at the files in a directory
1. Write a script that will look at the files in a directory and report on how many there are of each type: regular files, directory files, and other. For each file, give the permissions that
Solution
#1. Write a script that will look at the files in a directory and report on how many there are of each type: regular files, directory files, and other.
# For each file, give the permissions that