October 2022
Intermediate to advanced
500 pages
19h 57m
English
You could always run administrative commands as the root user. That can be dangerous, however, because the actions required to undelete a file are complex. Although it’s common to delete groups of directories and subdirectories, that’s a risky business. Say, for example, you wanted to delete the hypothetical /usr/src/someone-source/ directory along with its files and subdirectories. You could run the following command as the root administrative user:
That is a potentially dangerous command, however. An accidental space added in the wrong place in that command would delete every ...