Change the root password for a *nix server

In order to change the root password login to the server as root
and type the following, then press enter:

passwd

This will ask you for the new password twice.

  • Email, SSL
  • 0 Uživatelům pomohlo
Byla tato odpověď nápomocná?

Related Articles

Reset the SQL Server ‘sa’ user password?

Open Enterprise Manager and expand the registered SQL server. Expand Security. Click on...

ColdFusion DSN parameters are not updated

SYMPTOMS New CF DSN records are created.  Even the set of parameters is tried to be updated...

Manage Query Cache

You can check whether the query cache is present in your MySQL server using the following...

Restore a database on SQL Server using .mdf, .ldf and .ndf files?

You need to attach the database rather than perform a restore. Using Enterprise Manager: Expand...

Backing up and restoring a MySQL database from the command line

. Shell into your box as root, then: mysqldump -a -u USERNAME -p DATABASE > FILENAME.mysql...