Jump to content

vvmht

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.UnixServicesGroup.com

Profile Information

  • Gender
    Not Telling

vvmht's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. vvmht

    [SOLVED] PHP and NFS

    Try adding this to /etc/exports /mnt/exporting_this *(sync,no_root_squash,rw) Then run 'exportfs -av', followed by 'exportfs' to confirm it shows up. Then try it, let us know.
  2. After you plug in the USB pen drive, run 'dmesg' and look at what sdaX device it allocated. Then, mount /dev/sdaX /mnt cd /mnt ls
  3. #!/bin/sh wget -r www.something.com ; next command ; next command
  4. You're looking for the DefaultRoot directive that you need to use in the proftpd.conf file. Check out the details at http://www.proftpd.org/docs/directives/linked/config_ref_DefaultRoot.html, but pretty much you just need to add this line to your proftpd.conf file and restart the service: DefaultRoot ~
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.