Status command allows the user to know the status of a ptvirtualize box. It is having two options. They are show as well as full. It comforts with Ubuntu and centos.
The help command leads the users regarding the status of the ptvirtualize box. The options that are included in the status modules. The help command lists out the alternative parameters of status under ptvirtualize module. It also describes the syntax for status. The help command for status is shown below. .. code-block:: bash
ptvirtualize status help
The following screen shot shows the full effort of status.
kevell@corp:/# ptvirtualize Status help
******************************
Pharaoh Tools - ptvirtualize
******************************
This command allows you to status a ptvirtualize box
Status, status
- show
Show execution status information of your ptvirtualize VM
example: ptvirtualize status show
- full
Show full status information of your ptvirtualize VM
example: ptvirtualize status full
------------------------------
End Help
******************************
It shows the working status of the user ptvirtualize virtual machine. The command used for show is as follows
ptvirtualize status show
Input as the above said command it displays the current status of ptvirtualize.
It shows the full working status of the user ptvirtualize virtual machine. The command used for show is as follows
ptvirtualize status full
Input as the above said command it displays the full execution status of ptvirtualize.