View Single Post
Posts: 346 | Thanked: 271 times | Joined on Jan 2010
#9
If you were in /root/ and did rm -rf ./* then you deleted absolutely nothing since * doesn't expand to files/dir that start with . ( I assume that /root/ doesn't contains anything except config files/dir starting with a dot which should normally be the case )