Search Results

Search: Posts Made By: dannyd
Forum: Linux 03-06-2008
4,732
Posted By dannyd
I did have the entry in crontab. Below is the...
I did have the entry in crontab. Below is the exact line in my crontab.

40 12 * * * /usr/local/cron/script
Forum: Linux 03-06-2008
4,732
Posted By dannyd
cron job
In my var/log/cron file Im getting this error:

Mar 6 11:57:01 intranet crond[2286]: (tmp.XXXXGHJVjz) ORPHAN (no passwd entry)
Mar 6 11:57:01 intranet crond[2286]: (root) RELOAD (cron/root)
Mar...
Forum: Linux 03-03-2008
3,403
Posted By dannyd
I did all that. For some reason it executes...
I did all that.

For some reason it executes fine on the command line but not as a crontab.

When I run it in the command line it says Interactive mode enabled. What does that mean ?
Forum: Linux 02-29-2008
3,403
Posted By dannyd
Sorry I dont understand. Put what command and...
Sorry I dont understand. Put what command and where is executables ? I'm completely lost.
Forum: Linux 02-29-2008
3,403
Posted By dannyd
I check the cron log and had this line..what does...
I check the cron log and had this line..what does it mean ?

Feb 29 13:30:01 COM1 crond[24755]: (root) CMD /usr/local/cron/logs)
Forum: Linux 02-29-2008
3,403
Posted By dannyd
cron job question
I created a cron script that runs on the command line but not in crontab. What could be causing it to not run ?
Forum: Linux 02-25-2008
3,611
Posted By dannyd
cron jobs
I created a php script.

I'd like to have it run as a cron job every day at 10:30am. So i added

30 10 * * * /script.php to the cron file

Is it possible to run the script on the command line...
1,627
Posted By dannyd
if you dont mind can you fill me in on quick...
if you dont mind can you fill me in on quick details before i venture off ...

if i open the file with crontab -e to edit the file

how to i save and quit or just quit

i want a cronscript...
1,627
Posted By dannyd
cron job
I created a php script i want to run as a cronjob.

Where or how can I locate the cronjob file to add my script ?
4,533
Posted By dannyd
find . -size +1024c -type f -print0 | xargs -0...
find . -size +1024c -type f -print0 | xargs -0 sed -i 's/mysite.com/mysite.net/g'

so this is the final product of trying to replace all instances of the keyword mysite.com to mysite.net in every...
4,533
Posted By dannyd
Do you think this would work: find . -size...
Do you think this would work:

find . -size +1024c -type f -name "*" -print0 | xargs -0 sed -i 's/mysite.com/mysite.net/g'
4,533
Posted By dannyd
I can run this on the command line, but... ...
I can run this on the command line, but...

Wouldnt this search only files that end with .txt and would it search subfolders ?
4,533
Posted By dannyd
Hi, Do I run this on the command line or do...
Hi,

Do I run this on the command line or do I have to run this command in a script ?
4,533
Posted By dannyd
So I guess this would be the final solution ? ...
So I guess this would be the final solution ?

for file in $(find . -name '*' -type f -print ) ; do
sed 's/mysite.com/mysite.net/g' $FileName > $$TempFile
mv $$TempFile $FileName
done

If i...
4,533
Posted By dannyd
Sorry im not too experienced in unix. :( ...
Sorry im not too experienced in unix. :(

Can this command be done on the command line or do i need to put this in a shell script ?
4,533
Posted By dannyd
Sorry I dont think i was clear in my question. I...
Sorry I dont think i was clear in my question. I would like to replace all instances of the word mysite.com to mysite.net inside every file in the entire website.

I think your solution searches...
4,533
Posted By dannyd
Would this replace the keyword mysite.com to...
Would this replace the keyword mysite.com to mysite.net in all subfolders as well ?
4,533
Posted By dannyd
search and replace
I have a I need to replace all instances of the word mysite.com to maysite.net within the public_html web folder. How can I accomplish this.
Forum: Linux 02-13-2007
2,772
Posted By dannyd
downloading linux
hi when i got to download fedora there are so many options to download. I remember my teacher saying there was 3 iso files to download yet I see 6 and different options.

Does anyone know which one...
2,083
Posted By dannyd
fedora core mailrelay
how do i change the mailrelay settings smtp for fedora core 4 to a new IP ?
Showing results 1 to 20 of 20

 
All times are GMT -4. The time now is 04:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy