".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)'); } }) })
HyperHost作为一家[乌克兰服务器](/#)品牌商,2008年成立。HyperHost主要提供虚拟主机、VPS主机、独立服务器和域名注册等综合IDC业务产品,特色是乌克兰服务器。目前HyperHost服务器流行两种主机控制面板,本文就给大家说明下通过文件管理器中的主机控制面板来更改和指定访问权限,这比通过终端容易得多,您只需要选中勾选下所需权限即可。
在一下步骤解释中,我们以[cPanel](/#)面板举例,示范下具体操作方法。
1.进入[cPanel面板](https://www.idcspy.com/cpanel.html "cPanel面板")。
2.在主页上的“文件”(Files)块中,选择“文件管理器”(File manager)。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hyperhost.jpg)
3.鼠标单击所需的文件,然后从上方单击“权限”图标,以选择所需的文件,该文件负责访问权限。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hyperhost1.jpg)
4.在打开的窗口中,在必要的权限之前打勾(其中:用户-所有者,组-成为标准用户,世界-其他用户)。在下面可以立即看到与指定权限等效的数字。
![](https://www.idcspy.com/wp-content/uploads/2021/03/hyperhost2.jpg)
最后像图上指示意义单击“更改权限”按钮,确定之后,新的权限就可以了。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/106434.html