Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

Students also viewed these Databases questions