Hi there,
I wrote the perl script included below, to facilitate version control when
hacking configuration files, using RCS. It creates a directory in /root to
store the rcsfiles in (convenient for backing up), creates a symlink called
RCS to that directory, and does a check in.
Currently, I use
On Sun, Mar 22, 1998 at 06:27:57PM +0200, [EMAIL PROTECTED] wrote:
> What is an example of a script that does this :
> searches /root/ for instance and if it finds a directory does 'chmod 700'
> on that directory and if it finds a file does 'chmod 600' on that file.
>
> I tryed to use