With great power comes great responsibility. It is trivially easy to render your VPS totally inoperable using just a few Linux commands. Always “measure twice – cut once” when executing Linux commands from the command line of the VPS. |
The PPP is behind an https connection that uses a self-signed certificate. You will need to add the requested security exceptions and accept the self-signed certificates to be able to access the PPP. |
macbook:~ $ ssh webadmin@example.com webadmin@example.com's password: passwd Last login: Tue Nov 10 07:12:03 2009 from 192.168.7.158 [webadmin@example ~]$ |
The root user is the system superuser, and has the access rights to add, modify and delete any file or directory on the VPS with no restrictions. This means that as the root user, you can delete files or directories that can render your VPS totally inoperable, to the point that it has to re-provisioned back to its original state. There will be no warning messages or chances to undo. |
macbook:~ $ ssh webadmin@example.com webadmin@example.com's password: passwd Last login: Tue Nov 10 11:03:25 2009 from 192.168.7.158 [webadmin@example ~]$ whoami webadmin [webadmin@example ~]$ su - Password: passwd [root@example ~]# whoami root [root@example ~]# |
[root@example ~]# Display all 2238 possibilities? (y or n) |
[root@example ~]# man ls LS(1) User Commands LS(1) NAME ls - list directory contents SYNOPSIS ls [OPTION]... [FILE]... DESCRIPTION List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort. |
Please understand that eApps Support is not here to teach you how to use Linux. We will assist you when needed, but it is your responsibility to take the time and make the effort to learn to use Linux effectively. The only way to learn Linux is to use it on a regular basis. |