A user creates a link to a file file1 using the following command “ln file1 file2”. Which of the following is not true?

🎲 Try a Random Question  |  Total Questions in Quiz: 21  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Linux Basics Practice Test: Linux File Management — practice the complete quiz, review flashcards, or try a random question.

Linux file management is a complex subsystem called Virtual File System (VFS) that supports multiple file system types and instances. VFS also makes it easier to develop file system device drivers. Linux categorizes files into three main types: regular files, directories, and special files. Each type has a unique purpose and characteristics that influence how it is managed and interacted with.  Here are some basic Linux file management commands: ls: Displays the contents of the current or specified directories mkdir: Creates a new directory rmdir: Removes empty directories touch: Creates... Show more

A user creates a link to a file file1 using the following command “ln file1 file2”. Which of the following is not true?