Thanks Linux
[root@server html]# rm test/
rm: cannot remove directory `test/': Is a directory
[root@server html]# rmdir test/
rmdir: test/: Not a directory
Note: test here is a symlink. Also, where did the Internet's sense of humor go?
[root@server html]# rm test/
rm: cannot remove directory `test/': Is a directory
[root@server html]# rmdir test/
rmdir: test/: Not a directory
Note: test here is a symlink. Also, where did the Internet's sense of humor go?