Centos
啟動 Web 控制台(駕駛艙)會做什麼?
我剛剛在一台機器上安裝了 CentOS GNU/Linux(版本 8 build 1905);這不是我選擇的發行版——我自己就是一個 Debian 人。
無論如何,當我 SSH 進入這台機器(作為非 root 使用者)時,它告訴我:
使用以下命令啟動 Web 控制台:systemctl enable –now cockpit.socket
這個網路控制台會有什麼?它會在哪個埠上監聽,為誰監聽?非root使用者可以在需要時簡單地啟動它嗎?我對此感到有些困惑,因為我不習慣 CentOS。
請參閱https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/getting-started-with-the-rhel-8-web-console_system-management-using-the的精美手冊-rhel-8-web 控制台
這個網路控制台會有什麼?
RHEL Web 控制台使您能夠執行廣泛的管理任務,包括:
Managing services Managing user accounts Managing and monitoring system services Configuring network interfaces and firewall Reviewing system logs Managing virtual machines Creating diagnostic reports Setting kernel dump configuration Configuring SELinux Updating software Managing system subscriptions
它會在哪個埠上監聽,為誰監聽?
埠 9090。適用於所有使用者。
非root使用者可以在需要時簡單地啟動它嗎?
啟動它需要根權限。一旦它被啟動,這樣的 privs 就不需要登錄它。
所以,我建議試一試,看看它是否對你有用。