The ls –i command displays a filename preceded by the inode number of the file (page 112). 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...

ICMP is used to handle errors and exchange control messages on a network.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To allow the user to select more than one choice from the drop-down list, use ____.

A. selected="multiple" B. multiple="selected" C. selected="selected" D. multiple="multiple"

Computer Science & Information Technology

You can increase the visual appeal of the clip when it is not playing by applying a video ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the purpose of the Gigabit Interface Converter (GBIC)?

What will be an ideal response?

Computer Science & Information Technology