marcpre / learning_bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learning_bash

File/Directories

Create Empty File

touch /path/to/file

Remove an empty directory

rmdir test

Apache

Get Apache Version

apache2 -v