On Mon, Dec 1, 2008 at 2:16 PM, Sivasubramanian Muthusamy <isolatedn at gmail.com> wrote: > Hello Sanjeev Bagewadi /bosug, > > On Wed, Nov 26, 2008 at 3:56 PM, Sanjeev Bagewadi <Sanjeev.Bagewadi at > sun.com> > wrote: >> >> Guys, >> >> >> - Attached is the tar ball of /etc/ppp which has all the necessary files >> that are configured for TataIndicom CDMA USB Modem. >> You could just untar it into /etc/ppp and start using it. > > Can you please give me the exact command to type to untar the ppp.tar.gz > file in the /etc/ppp folder? >
That would be cd /etc/ppp; gunzip ppp.tar.gz; tar xvf ppp.tar.gz; This is assuming the file is downloaded to /etc/ppp . if its in another folder, move it here after creating the directory (mkdir /etc/ppp) Anil