Anonymous
×
Create a new article
Write your page title here:
We currently have 27 articles on PhenixOps. Type your article name above or click on one of the titles below and start writing!



PhenixOps
27Articles

Instructions: Difference between revisions

No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Here you can put the text to describe what you are going to achieve with following steps ===
==== Here you can put the text to describe what you are going to achieve with following steps ====
<br>
<br>


Describe you  action and the outcome<br>
Describe your action and the outcome<br>
<code>
<code>
mkdir /tmp/bla
'''''mkdir /tmp/bla'''''
touch /tmp/bla/bladibla
</code><br>
rm -r /tmp/bla
 
</code>
<code>
'''''touch /tmp/bla/bladibla'''''
</code><br>
 
<code>
'''''rm -r /tmp/bla'''''
</code><br>
 
Check if it is all gone
<pre>
root@PheniX# ls /tmp/bla
ls: cannot access '/tmp/bla': No such file or directory
</pre>
 
<br>
<br>
Some other trick you want to desctibe<br>
Some other trick you want to desctibe<br>
<code>
<code>
echo "Hello World"
'''''echo "Hello World"'''''
</code>
</code>
<pre>
 
Test                    or whatever
Needs                  to go
Here                    /tmp/bla
</pre>


Make it wild<br>
Make it wild<br>
<code>
<code>
ping-c1 locahost
'''''ping-c1 localhost'''''
</code><br>
</code><br>

Latest revision as of 22:13, 16 April 2020

Here you can put the text to describe what you are going to achieve with following steps


Describe your action and the outcome
mkdir /tmp/bla

touch /tmp/bla/bladibla

rm -r /tmp/bla

Check if it is all gone

root@PheniX# ls /tmp/bla
ls: cannot access '/tmp/bla': No such file or directory


Some other trick you want to desctibe
echo "Hello World"


Make it wild
ping-c1 localhost