info
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| info [2009/03/07 23:17] – created k2patel | info [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ==== File System Performance ==== | ==== File System Performance ==== | ||
| - | http:// | + | [[http:// |
| + | ==== State Of Process ==== | ||
| + | <code text> | ||
| + | d : uninterruptible sleep (usually io) | ||
| + | r : running or runnable (on run queue) | ||
| + | s : interruptible sleep (waiting for an event to complete) | ||
| + | t : stopped, either by a job control signal or because it is being traced. | ||
| + | w : paging (not valid since the 2.6.xx kernel) | ||
| + | x : dead (should never be seen) | ||
| + | z : defunct (" | ||
| + | </ | ||
| + | ==== Init Runlevel ==== | ||
| + | <code text> | ||
| + | 0 Halt | ||
| + | 1 Single-User mode | ||
| + | 2 Multi-user mode console logins only (without networking) | ||
| + | 3 Multi-User mode, console logins only | ||
| + | 4 Not used/ | ||
| + | 5 Multi-User mode, with display manager as well as console logins | ||
| + | 6 Reboot | ||
| + | </ | ||
| + | |||
| + | ==== Named ==== | ||
| + | |||
| + | First Block explained. | ||
| + | <code bash | example.org> | ||
| + | |||
| + | $TTL 3600 ; 1 hour default TTL | ||
| + | example.org. | ||
| + | 2006051501 | ||
| + | 10800 ; Refresh | ||
| + | 3600 ; Retry | ||
| + | 604800 | ||
| + | 300 ; Negative Response TTL | ||
| + | ) | ||
| + | |||
| + | </ | ||
| + | |||
| + | === Magic Number === | ||
| + | this is considered magic serial number because.\\ | ||
| + | as soon as your set this number DNS reset it's counter. | ||
| + | <code text> | ||
| + | 2147483647 | ||
| + | </ | ||
| + | |||
| + | ==== 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 | ||
| + | </ | ||
info.1236467857.txt.gz · Last modified: 2020/08/10 02:30 (external edit)
