[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Scheduled Backup - how do I stop it!!



> > > Try rm "filename" (with the quotes!), e.g. rm "#backupfile#"
> > > > > look for a backup file in /etc/cron.daily and delete it
> I am logged is as su. I have tried rm #scheduled-backup.admin# and rm -r
> #scheduled-backup.admin# and it replies with a message informing that I
have
> too few arguments.
> rm scheduled-backup.admin gives me no such file or directory.
> It appears to be a directory as I cannot pico the file, but if CD to it as
a
> directory I am taken straight to the /root!
> I am puzzled - any other ideas?

login
su
passwd
cd /etc/cron.daily
ls -la
copy and paste the output here

you can also try the "tab" trick.  press the first few letters and then tab
and it figures out the rest.  for example
cd /eTABrcTABiTAB
equals
cd /etc/rc.d/init.d/
you can also rm aTABTAB to see a list of everything that starts with a

So you could
rm /eTABcrTAB.dTABsTAB
or
rm /etc/cron.daily/scheduled-backup.admin

The tab will help if it has a strange filename

Zeffie