`
dino_zhang
  • 浏览: 60162 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Enable and Disable Ubuntu Root Password

阅读更多

Ubuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the console you have to type sudo before the command.


sudo” means superuser do. “sudo” will prompt for “Password:”. Please specify user password

As you have noticed during the Ubuntu installation there was no question about the root password, as you might have been used to see during other Linux distribution installation process.Because of this your root accout is inactive.

If you want to enable root account (which is not recommended) enter the following command.

$sudo passwd root

This will prompt for a new root password and once you confirm it, you can start using the root account to login.

If you want to disable root account in ubuntu you need to lock the root account by using the following command

$sudo passwd -l root

If you want to work on a root console you’d better use the following command

$sudo -i

分享到:
评论

相关推荐

    ulps_enable_disable.zip

    标题 "ulps_enable_disable.zip" 暗示了这是一个与启用或禁用ULPS相关的软件配置包。ULPS,全称Ultra Low Power State(超低功耗状态),是计算机硬件,特别是显卡中的一种节能技术。它允许设备在不活动时进入一种极...

    enable disable home

    enable and disable "HOME" button in android 4.0.3 above the version 4.0.3,we should modify the frameworks detail is described in the Enable_Disable_Home.rar

    Windows 系统资源(Hardware,Driver)Scan,Enable,Disable

    devcon.exe enable <设备ID> ``` 将`<设备ID>`替换为要启用的设备的ID,这个ID可以在设备管理器中找到。 3. 禁用硬件或驱动程序: ``` devcon.exe disable <设备ID> ``` 同样,替换`<设备ID>`为要禁用的设备...

    IPV4,IPV6的Enable和Disable批处理命令脚本文件

    ### IP版本控制脚本知识点详解 #### 一、概述 在计算机网络中,IP协议(Internet Protocol)是用于标识网络中的设备并使这些设备能够互相通信的重要协议之一。随着技术的发展,IPv4(Internet Protocol version 4...

    ulps-enable-disable

    在Windows 10操作系统中,ULPS(Ultra-Low Power Standby)是一种节能技术,旨在降低设备在待机状态下的功耗。然而,有时ULPS可能会导致系统出现一些不期望的问题,比如开机黑屏。本篇文章将深入探讨如何通过手动和...

    GoHo Network Adapter Enable - Disable:需要轻松启用和禁用网络适配器吗?-开源

    《GoHo Network Adapter Enable - Disable:一款开源的网络适配器管理工具》 在现代计算机系统中,网络适配器是连接到网络的关键组件。它允许计算机与互联网或其他网络设备进行通信。有时,用户可能需要临时禁用...

    .net WPF 实现图标按钮,点击图标enable/disable,并触发相应功能

    WPF实现图标按钮的enable 和disable功能,单击图标disable该功能,图标也跟着变化,再单击一次,图标和功能enable. .net framework 和.net core框架都能用,该Demo使用的是.net core的框架,修改引入的依赖项就可以...

    LockScreenTest.rar "Home" button disable and enable

    标题中的“LockScreenTest.rar”很可能是一个用于测试锁屏功能的软件或应用的压缩包,而描述中的“"Home" button disable and enable”则指明这个测试着重关注设备的“Home”键的禁用和启用功能。这通常涉及到...

    a_click_disable_verity_and_root.zip

    标题 "a_click_disable_verity_and_root.zip" 暗示了这个压缩包包含了一个用于禁用Android设备的verity功能和实现root权限的工具。在Android系统中,verity是一种安全特性,它验证系统分区的完整性,防止未经签名的...

    Ubuntu的OpenMPI安装

    -prefix=/usr/local --with-ft=cr --enable-ft-thread --with-threads=posix --enable-mpi-threads --disable-mpi-f77 --disable-mpi-f90 --enable-mpirun-prefix-by-default --enable-static --disable-shared --...

    ubuntu22.04 root 启动音频服务

    在Ubuntu 22.04操作系统中,"root启动音频服务"主要涉及到的是系统级音频管理服务PulseAudio。PulseAudio是一个开源的音频服务器,它允许不同的应用程序共享音频设备,提供音效处理和硬件抽象功能。在某些情况下,...

    wndr 4700脱机下载固件

    - enable/disable SWAP and set swap size - enable/disable transmission daemon (Bittorrent client). After each change you have to reboot your router. Before enable transmission please set config file ...

    KnockoutJS 3.X API 第四章之表单submit、enable、disable绑定

    Knockout是一个以数据模型(data model)为基础的能够帮助你创建富文本,响应显示和编辑用户界面的...这篇文章介绍了KnockoutJS 3.X API 第四章之表单submit、enable、disable绑定的相关知识,感兴趣的朋友一起看看吧

    07-等保三级-Ubuntu 16合规基线检查

    此外,我们还可以在 /etc/inetd.conf 和 /etc/inetd.d/* 中注释掉或删除任何以 telnet 开头的行,并在 /etc/xinetd.conf 和 /etc/xinetd.d/* 中的所有 telnet 服务上设置 disable = yes。 四、默认账户和密码管理 ...

    ubuntu ref

    ### Ubuntu Reference: Key Commands and Concepts #### Introduction to Ubuntu Cheat Sheet Ubuntu is one of the most popular Linux distributions, widely used by developers and system administrators for...

    ubuntu的SSH远程登陆

    ssh root@<Ubuntu_IP> ``` 其中,`<Ubuntu_IP>`应替换为实际的Ubuntu机器IP地址。 #### 五、总结 通过上述步骤,我们成功地在Ubuntu系统上配置了SSH服务,并允许了root用户的密码登录。此外,还对防火墙进行了...

    disable/enable adb codes

    标题“disable/enable adb codes”指的是如何禁用或启用ADB服务,这在特定场景下可能是必要的,例如保护设备安全、避免不必要的数据传输或者在系统更新时防止意外干扰。本文将详细介绍如何禁用和启用ADB,并探讨其...

    adb,支持adb disable-verity命令,解锁system分区

    它通过校验系统分区的哈希值来确保系统文件未被篡改,从而防止恶意软件和root攻击。在常规情况下,如果system分区的哈希值与预设的不匹配,设备将无法正常启动,以此保护用户数据和系统完整性。 然而,在开发者或...

    无 adb disable-verity 命令的adb应用程序

    此adb中无adb disable-verity命令,如果在cmd中输入以上命令会报 /system/bin/sh: disable-verity: not found 的错误。具体可看本人的文章 ”/system/bin/sh: disable-verity: not found 的解决方案“ 【使用方式】...

    Ubuntu编译VLC

    --enable-dvbpsi --enable-run-as-root --enable-x264 \ --disable-osso_screensaver ``` 这些选项可以根据个人需求进行调整。例如,如果你不需要支持某种特定的音频或视频格式,可以在配置时去掉对应的`--enable-`...

Global site tag (gtag.js) - Google Analytics