RecoverEDGE complains 'Missing /bin/['


Keywords

RecoverEDGE required filesystem program test /bin/[

Release

All releases of BackupEDGE

Problem

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/[
Recreate the recovery diskettes.

Back to the main index
Back to the MICROLITE Home Page

Copyright Notice

This document is Copyright © 1996 MICROLITE CORPORATION and is provided "AS-IS" without any warranty, either expressed or implied.