The ls –i command displays a filename preceded by the inode number of the file (page 206). Write a command to output inode/filename pairs for the files in the working directory, sorted by inode number. (Hint: Use a pipeline.)

What will be an ideal response?

$ ls -i | sort -n

Computer Science & Information Technology

You might also like to view...

An SSD normally requires a special driver in Windows Vista, 7, 8, or 10

Indicate whether the statement is true or false

Computer Science & Information Technology

Using good grammar, describe how network bandwidth is affected when computer cloning is being performed

What will be an ideal response?

Computer Science & Information Technology