|
Create a file called /bin/[ and give the file permissions of
755, owner of bin and group of bin. Then, edit the file and
place the following in the file exactly as shown:
[ "$@"
Then execute the following to set the proper permissions:
chmod 755 /bin/[
chown bin /bin/[
chgrp bin /bin/[
Recreate the recovery diskettes.
|