how do I connect my crontab with a webpage


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how do I connect my crontab with a webpage
# 1  
Old 03-05-2010
how do I connect my crontab with a webpage

I crontab a file name foo containing
0,15 * * * * quota -v cs9e-1bp
now I have to connect the crontab to http://inst.eecs.berkeley.edu/~cs9e-1bp/disk_usage.txt and make the webpage accessible to all the users.

I make a directory disk_usage.txt in my account cs9e-1bp, now how do I connect the crontab to the directory and then directory to the webpage, so the webpage will renew every 15 minus containing my latest disk quota.

Thank you to whoever answer this question!!!!!!!!!!!Smilie
# 2  
Old 03-05-2010
Lets see: this simple question is asked by an obvious student, posting from an on-campus computer. Home-/Coursework?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies

2. Cybersecurity

When i start CSF i cant connect VPS or download any data into it It appears i cant connect Linux VP?

It appears i cant connect linux VPS server via SSH or i cant SCP any file to it and i cant wget any file TO it (from inside it) while CSF (Config Server Firewall, LFD is running. Just after isntall in default configuration and after changing TESTING mode to LIVE mode. Trying to wget & install... (1 Reply)
Discussion started by: postcd
1 Replies

3. Solaris

Webpage Display

Hi, I need to display the output of a script in web page. Can anyone suggest me how to do that? (5 Replies)
Discussion started by: Arasu
5 Replies

4. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

5. Shell Programming and Scripting

Help with opening webpage with IP#

Hi, I would like to open a webpage from an IP# from a file. Lets say I findout an IP address from using grep grep John remotecomputers.txt result: 192.168.2.1 Then after that I would like to increment the IP# to 192.168.2.2 from 192.168.2.1 After that I woud like to launch mozilla or... (2 Replies)
Discussion started by: tthach830
2 Replies

6. Programming

Webpage size with Java

Hi.. I need to know the size in bytes of a webpage!! For example I have this link The UNIX and Linux Forums - Learn UNIX and Linux from Experts and then... URL u = new URL("https://www.unix.com"); There is any Java Class that can help me?? P.s. sorry for my english... :D (6 Replies)
Discussion started by: prompt
6 Replies

7. Shell Programming and Scripting

Run webpage from cron

I am running into a issue. How would you run a http:// page from cron? I tried directly from cron but no luck. I tried a sh script with no luck. #!/bin/sh PERL_PATH=/usr/bin/perl $PERL_PATH "/fullpath/cgi-bin/search/indexer.cgi?login=indexer&pwd=spider" and #!/bin/sh... (1 Reply)
Discussion started by: mrlayance
1 Replies

8. Linux

use of FTP in webpage

Please help me to start with this trek... What are the steps for me to implement at FTP functionality on my web page... we have a linux box as our proxy server... (0 Replies)
Discussion started by: shiny
0 Replies

9. IP Networking

Where is the Default Webpage

I have SCO OpenServer 5 connected to the Internet and I would like to change the webpage that appears when I try from another computer the address: http://192.1xx.xx.xx. If I try this, a page about SCO appears, but I don't know where can I find it. Thanks:cool: (1 Reply)
Discussion started by: SuPeRbYtE
1 Replies

10. UNIX for Dummies Questions & Answers

webpage

Hi I was wondering how do I make my own webpage??? :rolleyes::confused: (4 Replies)
Discussion started by: babysoft19
4 Replies
Login or Register to Ask a Question