Originally posted by: RossMAN
What's the SSH shell command to remove a directory and all of it's subfolders?
Thanks.
Originally posted by: RossMAN
No it's not in DOS I guess it's considered Unix.
I searched Google and found out it's rmdir but I get an error message stating
"bash-2.05a$ rmdir forums
rmdir: `forums': Directory not empty
Anyway to override that?
Originally posted by: RossMAN
What's the SSH shell command to remove a directory and all of it's subfolders?
Originally posted by: JC
Originally posted by: RossMAN
No it's not in DOS I guess it's considered Unix.
I searched Google and found out it's rmdir but I get an error message stating
"bash-2.05a$ rmdir forums
rmdir: `forums': Directory not empty
Anyway to override that?
Sounds just like DOS....deltree would delete even if files still existed. Sorry I can't help you![]()
Originally posted by: bsobel
Originally posted by: RossMAN
What's the SSH shell command to remove a directory and all of it's subfolders?
Sigh, you'd think with nearly 30k posts you'd figure this isn't an OT post
Bill
Originally posted by: bsobel
Originally posted by: RossMAN
What's the SSH shell command to remove a directory and all of it's subfolders?
Sigh, you'd think with nearly 30k posts you'd figure this isn't an OT post
Bill
http://www.owlnet.rice.edu/~blairc/stat/tips/unix/Originally posted by: RossMAN
rm -rf forums
worked like a charm, thanks!
Where do I find a complete list of commands for n00b's?