Ask Question
19 July, 18:55

Using the command line, create a symbolic link to the / etc in the / root/Desktop folder.

+3
Answers (1)
  1. 19 July, 22:34
    0
    ln - s / etc / root/Desktop

    Explanation:

    ln is the command to create links and - s is the flag to create symbolic links between element1 and element2

    Example:

    ln - s / etc / root/Desktop

    Create a symbolic link between folder etc and folder Desktop
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Using the command line, create a symbolic link to the / etc in the / root/Desktop folder. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers