What command do I use to remove a directory from root using ssh, I have tried rm rd and del it comes back and states it is a directory and will not let me delete it
What command do I use to remove a directory from root using ssh, I have tried rm rd and del it comes back and states it is a directory and will not let me delete it
Try rm -rf
You're welcome.![]()