Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シンボリックリンクを作成し、それを使用して削除しようとして いますが、 Is a directoryrm /WebRootというエラーが表示されますが、試してみるとNot a directoryというエラーが表示されます。rmdir /WebRoot
rm /WebRoot
rmdir /WebRoot
ここで何が起こっているか知っている人はいますか?
rm foo末尾のスラッシュなしで使用する必要があります。
rm foo