Skip to main content

How to break perl bind port?

Comments

4 comments

  • Infopro
    No need to link to a site like that here. Links removed.
    0
  • cPanelMichael
    Hello, Could you let us know how the /tmp partition is mounted on this system? EX:
    grep tmp /etc/fstab mount|grep /tmp
    Thank you.
    0
  • postcd

    grep tmp /etc/fstab mount|grep /tmp

    # grep tmp /etc/fstab none /dev/shm tmpfs defaults 0 0 tmpfs /tmp/mysqltmp tmpfs nodev,nosuid,noexec,nodiratime,size=6g 0 0
    # mount|grep /tmp tmpfs on /tmp/mysqltmp type tmpfs (rw,nosuid,nodev,noexec,nodiratime,relatime,size=6291456k) /dev/simfs on /home/virtfs/user/tmp type simfs (rw,nosuid,noexec,relatime,usrquota,grpquota) /dev/simfs on /home/virtfs/user/var/tmp type simfs (rw,nosuid,noexec,relatime,usrquota,grpquota) tmpfs on /home/virtfs/user/tmp/mysqltmp type tmpfs (rw,nosuid,noexec,relatime,size=6291456k)
    0
  • cPanelMichael
    Hello, Try running the following command to secure the /tmp partition and then let us know if the output from the commands in your last response changes:
    /scripts/securetmp
    Thank you.
    0

Please sign in to leave a comment.