RecoverEDGE required filesystem program test /bin/[
Product Release(s)
01.00.0x 01.01.0x 01.02.0x
Problem Description
The required program responsible for evaluating test expressions in
Bourne shell script programs, /bin/[, is missing.
Solution
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/[