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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started