User Tools

Site Tools


info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
info [2011/08/24 19:53]
k2patel
info [2020/08/10 02:35] (current)
Line 25: Line 25:
 ==== Named ==== ==== Named ====
  
 +First Block explained.
 +<code bash | example.org>​
 +
 +$TTL 3600        ; 1 hour default TTL
 +example.org. ​   IN      SOA      ns1.example.org. admin.example.org. (
 +                                2006051501 ​     ; Serial
 +                                10800           ; Refresh
 +                                3600            ; Retry
 +                                604800 ​         ; Expire
 +                                300             ; Negative Response TTL
 +                        )
 +
 +</​code>​
 +
 +=== Magic Number ===
 +this is considered magic serial number because.\\
 +as soon as your set this number DNS reset it's counter.
 +<code text>
 +2147483647
 +</​code>​
 +
 +==== File Permission notation ====
 +<code text>
 +- denotes a regular file
 +d denotes a directory
 +b denotes a block special file
 +c denotes a character special file
 +l denotes a symbolic link
 +p denotes a named pipe
 +s denotes a domain socket
 +</​code>​
info.1314215599.txt.gz ยท Last modified: 2020/08/10 02:30 (external edit)