Linking Files - Linux
You'll be introduced to creating links in Linux and commands related to symbolic and hard links.
Created Date
05.06.15
Last Updated
05.07.15
Viewed 38 Times
Create multiple-choice games on Wisc-Online and play them on our Chakalaka mobile app!
But that's not all! Explore educational games created by others. Simply search by category or enter agame code number and dive into a world of learning and fun.
Download the Chakalaka mobile app here:
Topics of this game:
-
A _______ link uses one file to act as a pointer or shortcut to another file.
-
A _______ link is two files sharing the same data.
-
A filesystem contains three main structural sections. The _______ contains general information about the filesystem, such as the number of inodes, and the number and size of data blocks.
-
A filesystem contains three main structural sections. The _______ consists of several inodes, each of which describes a file or directory including: unique inode numbers, file sizes, data block locations, last modified dates, permissions, and ownerships.
-
A filesystem contains three main structural sections. The _______ hold(s) the data making up the file contents.
-
________ linked files share the same inode and inode number; therefore, they must reside on the same filesystem.
-
________ linked files don't share the same inode and inode number with the target file they're linked to.
-
In ________ linked files, the data block contains a path name to the target file.
-
Which command creates hard and symbolic links?
-
To create a symbolic link when using the ln (link) command, you need to specify which option?
User comments are currently unavailable. We apologize for the inconvenience and are working to restore this feature as soon as possible.