MLUG: RE: [MLUG] backup via cron
RE: [MLUG] backup via cron
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Here you go:

[bash]# ls -ld files_bkup
-rwxr-----  1 root root 87 Feb  3 00:29 files_bkup
[bash]# ls -ld `which mkisofs`
-rwxr-xr-x  1 root root 468940 Sep 30 05:27 /usr/bin/mkisofs
[bash]# ls -ld /var
drwxr-xr-x  24 root root 4096 Feb  2 23:08 /var
[bash]# ls -ld /var/ftp
drwxr-xr-x  7 root root 4096 Jan 31 10:22 /var/ftp
[bash]# ls -ld `which growisofs`
-rwxr-xr-x  1 root root 60052 Mar  2  2005 /usr/bin/growisofs

> -----Original Message-----
> From: EMAIL:PROTECTED 
> [mailto:EMAIL:PROTECTED] On Behalf Of 
> Stephen Montgomery-Smith
> Sent: Friday, February 03, 2006 1:27 AM
> To: MLUG Members
> Subject: Re: [MLUG] backup via cron
> 
> Stephen Montgomery-Smith wrote:
> > WHat is the name of your script?
> > 
> > If you do
> > ls -ld the_script
> > what does that do for you?  Also do
> > 
> > ls -ld `which mkisofs`
> > 
> > ls -ld /var
> > 
> > ls -ld /var/ftp
> > 
> 
> And also
> 
> ls -ld `which growisofs`
> 
> 
> _______________________________________________
> members mailing list
> EMAIL:PROTECTED
> http://mlug.missouri.edu/mailman/listinfo/members
> 

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members