Question: 5. Write an ls command with a glob specification that will list the names of all files in the working directory with names that contain
5. Write an ls command with a glob specification that will list the names of all files in the working directory with names that contain any non-printing ASCII character (characters with codes less than 32). 6. Write a bash command to list the inode number of the file in the working directory with the largest size (not length). If more than one file has the same (largest) size, list all of the inodes. 7. Write a command that will list the names of all files in the working directory with more than one link, sorted by inode number. 8. Write a command that will list the highest inode number used on the physical file system that supports /home. Do not include any other physical file system.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
