LPIC Practice Session
Session ID: 136
Mode: objective
Status: in_progress
Answered: 0 / 10
Score: 0%
Review flagged, incorrect, and unanswered questions
1
2
3
4
5
6
7
8
9
10
Review:
All |
First Unanswered |
First Flagged
Enter the command that creates a symbolic link named softlink in /home/carol/Documents pointing to target.txt in the current directory.
Enter the command that creates a hard link named receitas.txt to recipes.txt in the current directory.
If ls -l shows a link count of 4 on a regular file, what does that mean?
Which command creates a hard link by default?
What is the difference between a hard link and a copy of a file?
Enter the command that creates a symbolic link named softlink pointing to /home/carol/Documents/original.txt using an absolute path.
Enter the command that creates a symbolic link named rezepte.txt pointing to receitas.txt in the current directory.
Which command creates a symbolic link named text.txt in the current directory pointing to /home/carol/Documents/document.txt?
Which command creates a hard link named hardlink in /home/carol/Documents pointing to target.txt in the current directory?
What best describes a hard link?
Start another random practice session