LPI Linux Essentials Practice Exam 2026 – All-in-One Guide to Master Your Certification!

Session length

1 / 20

Which command is used to create a symbolic link from a file located at /usr/share/manual to a link in your home directory named 'manual'?

ln -s /usr/share/manual ~/manual

Creating a symbolic link allows you to reference a file or directory from another location in the filesystem without duplicating the original data. This is particularly useful for creating shortcuts or aliases to files located in different directories.

The command that achieves this is "ln" with the "-s" option, which signifies that you want to create a symbolic link. The syntax for this command is "ln -s [target] [link name]". In this case, the target is "/usr/share/manual", and the link name is "~/manual", where ~ represents the home directory of the current user.

By executing the command "ln -s /usr/share/manual ~/manual", you create a symbolic link named 'manual' in your home directory that points to the original file located at "/usr/share/manual". When you access the 'manual' link, you are effectively accessing the contents of the original file without making a copy.

This functionality allows for a more efficient way to reference files and helps to keep the filesystem organized by providing alternate names and locations for important directories or files.

cp /usr/share/manual ~/manual

mv /usr/share/manual ~/manual

link /usr/share/manual ~/manual

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
👑$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy