- Log in to Verpex and connect to cPanel by clicking the “Login to Control Panel” button in the “Products & Services” section.
- In the “ADVANCED” section, click the “Terminal” icon.
- Read the warning and click the “I understand and want to proceed” button.
- This takes you to the terminal window where you can run your Linux commands.
- NOTE: if you do not see the terminal option in your CPanel, it means SSH access has not been enabled for your account. Kindly send a mail to support@verpex to request SSH access to your account.
What directory am I in pwd
List files ls -l
Change Directory cd name-of-directory
Change to your home directory cd~
Delete a file rm filename
Read the contents of a file cat filename
Rename a file mv oldfilename newfilename
Make a new directory mkdir directory
Copy a file cp filename newfilename
how much disk space is left df You can perform a common terminal operation of installing an application using a single command, instead of navigating through the Software Centre.