In Linux, the ________ command is used to create symbolic links between files.
- connect
- link
- ln
- symlink
In Linux, the "ln" command is used to create symbolic links between files. A symbolic link is a reference to another file or directory, allowing you to access the linked content from a different location in the file system.
Loading...
Related Quiz
- Which tool in Linux allows for centralized authentication, often used in corporate environments?
- The primary configuration file for setting up static routes on a Linux system is ________.
- A user reports that their application occasionally freezes. You suspect it's due to the application waiting for some I/O operations to complete. Which state might the process be in during these freezes?
- You are setting up a high-performance database server and require a file system that supports large files and high data integrity. Which file system would be most suitable?
- In SSH, the private key should be kept secure and the ________ key is added to the server for authentication.