".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
HostUS是已经成立较晚的[美国主机](https://www.idcspy.com/)品牌商,目前提供业务有域名注册、虚拟主机、Reseller主机、VPS服务器和服务器等综合IDC业务产品。根据反映,一些用户在解决主机问题时,需要使用到服务器ROOT密码,但是很多用户不会修改,今天小编提供HostUS修改ROOT密码两个方法。
![](https://www.idcspy.com/wp-content/uploads/2020/06/gdhdreghre-1024x559.png)
**方法一:命令修改ROOT密码**
如果我们拥有SSH权限,直接可以在命令行里输入:
passwd
然后回车,需要我们自己输入新的密码,密码是看不到的,只能自己输入,然后回车后再输入一次即可修改完毕。
**方法二:[HostUS](/#)面板后台修改**
![](https://www.idcspy.com/wp-content/uploads/2020/06/hostus-pass.jpg)
上图是HostUS后台,这里可以看到左侧的“CHANGE PASSWORD”,然后输入两次新的密码,需要复杂一些,包括字符和数字字母,最后点击“SAVE CHANGES”即可修改完毕。
以上就是HostUS修改ROOT密码两个方法,修改完毕之后,我们就需要用新密码登入。这样可以确保服务器的安全。
推荐:《[十大国外服务器租用推荐](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107169.html