![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Local max values of a file | jemm | Shell Programming and Scripting | 1 | 03-02-2009 11:13 AM |
| file size comparision local file and remote file | dba.admin2008 | Shell Programming and Scripting | 4 | 11-13-2008 05:57 PM |
| Calculate the time difference between a local file and a remote file. | meetmano143 | Shell Programming and Scripting | 1 | 11-04-2008 02:59 PM |
| Local web cache for restricted users question | brazen1445 | UNIX for Dummies Questions & Answers | 0 | 06-03-2008 07:06 PM |
| how to find whether a file is local or remote file? | jackfds | UNIX for Dummies Questions & Answers | 3 | 07-10-2007 09:36 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
rc.local file question
Hi,
I putted the following code in my rc.local file: Code:
logf=/tmp/rc.local.log if [ -x /usr/sbin/pppd ] then echo Start >> $logf /usr/sbin/pppd nodetach debug call internet >> $logf echo Stop >> $logf ping -c 1 google.com >> $logf fi Code:
[ user@lenovo-y510ka Tue 28 Apr 2009 07:37:08 PM MSD ] /home/user # ls -la /tmp/rc.local.* ls: cannot access /tmp/rc.local.*: No such file or directory Last edited by Sapfeer; 04-28-2009 at 12:44 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|