6
Як видалити символічне посилання на каталог?
Я зробив символічний зв’язок із такою командою: ln -s ../test5 Я хочу видалити його зараз, але мій номер rm не вдається: $ rm -Rf test5/ rm: cannot remove `test5/': Not a directory $ rm test5/ rm: cannot remove directory `test5/': Is a directory $ rmdir test5/ rmdir: test5/: Not a …
100
linux
bash
symbolic-link