 |
Enable/Disable root user in Ubuntu/Debian | Sany's Linux and Open Source Blog
By default root user will available in Ubuntu/Debian OS, but not activated/enabled. To enable root user use following command: $ sudo passwd root To disable root user use following command: $ sudo passwd -l root -Sany
viewsby.wordpress.com |
 |