Submitted by The Monster (registered user) on Fri, 2007-06-22 23:34.
Instead of rm -f /bin/sh ln -s /bin/bash /bin/sh which leaves no /bin/sh for a few moments. Anything that needs /bin/sh to exist that tries to run before it's recreated will have big trouble. This is a bad habit to get into, especially when you're working with symlinks to libraries. Instead, do ln -sf /bin/bash /bin/sh and it's all done in a single command which guarantees that there isn't even a nanosecond during which there is no /bin/sh.
Please do not use the comment function to ask for help! If you need help, please use our forum. Comments will be published after administrator approval.
Recent comments
4 hours 10 min ago
5 hours 11 min ago
7 hours 54 min ago
8 hours 21 min ago
8 hours 51 min ago
9 hours 40 min ago
10 hours 3 min ago
10 hours 46 min ago
12 hours 6 min ago
12 hours 35 min ago