Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. $ python /opt/updatednsfix.py
  2. UPDATEDNSFIX: Will update with ip address 10.14.66.150
  3. Please retry with super-user privileges
  4.  
  5. $ sudo su
  6. # /opt/updatednsfix.py
  7. bash: /opt/updatednsfix.py: /usr/bin/python^M: bad interpreter: No such file or directory
  8.  
  9. # dos2unix /opt/updatednsfix.py
  10. dos2unix: converting file /opt/updatednsfix.py to Unix format ...
  11.  
  12. # /opt/updatednsfix.py
  13. UPDATEDNSFIX: Will update with ip address 10.14.66.150
  14. A record successfully updated in DNS
  15. IPV4 PTR records successfully updated in DNS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement