Difference between revisions of "Test"
From James Dooley's Wiki
| (26 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{code |
| − | | | + | |style="border-size: 5px;" |
| − | | | + | |<syntaxhighlight lang=bash> |
| − | | | + | rm -rf $DIRECTORY |
| − | | | + | </syntaxhighlight> |
| − | + | |<syntaxhighlight lang=bash> | |
| + | rm -rf / | ||
| + | </syntaxhighlight> | ||
| + | }} | ||
| + | |||
| + | {{Mbox | ||
| + | |type=warning | ||
| + | |msg= Warning Message | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=caution | ||
| + | |msg= Caution Message | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=info | ||
| + | |msg= Info Message | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=centos | ||
| + | |msg= CentOS Message | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=ubuntu | ||
| + | |msg= Ubuntu Message | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=warning | ||
| + | |msg= Warning Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=caution | ||
| + | |msg= Caution Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=info | ||
| + | |msg= Info Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=centos | ||
| + | |msg= CentOS Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=ubuntu | ||
| + | |msg= Ubuntu Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=warning | ||
| + | |image=none | ||
| + | |msg= Warning Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=caution | ||
| + | |image=none | ||
| + | |msg= Caution Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=info | ||
| + | |image=none | ||
| + | |msg= Info Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=centos | ||
| + | |image=none | ||
| + | |msg= CentOS Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | {{Mbox | ||
| + | |type=ubuntu | ||
| + | |image=none | ||
| + | |msg= Ubuntu Message | ||
| + | |small=1 | ||
| + | }} | ||
| + | |||
| + | |||
| + | {{Mbox | ||
| + | |type=step | ||
| + | |msg=if this works I will be afraid | ||
| + | |text= very very very afraid | ||
| + | {{mbox|small=1|type=warning|msg=What have I done}} | ||
| + | }} | ||
| + | |||
| + | {{Mbox|type=centos|text= | ||
| + | Test Test Test | ||
| + | {{Mbox|type=centos|text= | ||
| + | Test Test Test | ||
| + | {{Mbox|type=centos|text= | ||
| + | Test Test Test | ||
| + | }} | ||
| + | }} | ||
}} | }} | ||
| − | |||
| − | |||
Latest revision as of 18:35, 19 October 2014
rm -rf $DIRECTORY
Example
rm -rf /
| Warning Message |
| Caution Message |
| Info Message |
| CentOS Message |
| Ubuntu Message |