#! /bin/sh
#******************************************************************************
# E.S.O. - VLT project
#
# "@(#) $Id: .chmod,v 1.2 1999/04/22 14:53:00 vltsccm Exp $"
#
# This script sets the standard protections bits of the environment files
#
chmod 777 .
chmod ug+rw *
chmod 666 logfile rebootFile
#_oOo_
