Ask Question

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

+2
Answers (1)
  1. 11 April, 00:25
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers