Linux提供了各種賬號,用戶可能不需要,對于不需要的賬號,可采用如下方法處理:
刪除系統上的用戶,使用下面的命令:userdel username;
刪除系統上的組用戶賬號,使用下面的命令:groupdel username;
刪除特權用戶賬號,使用下面的命令:userdel adm、userdel lp、userdel sync等;
如果不用sendmail服務器,就刪除如下幾個賬號:userdel news、userdel uucp、userdel operator、userdel games;
如果不用X Windows服務器,就刪除如下賬號:userdel gopher;
如果不允許匿名FTP,就刪除這個用戶賬號:userdel ftp。
回答所涉及的環境:聯想(Lenovo)天逸510S、Windows 10。
Linux提供了各種賬號,用戶可能不需要,對于不需要的賬號,可采用如下方法處理:
刪除系統上的用戶,使用下面的命令:userdel username;
刪除系統上的組用戶賬號,使用下面的命令:groupdel username;
刪除特權用戶賬號,使用下面的命令:userdel adm、userdel lp、userdel sync等;
如果不用sendmail服務器,就刪除如下幾個賬號:userdel news、userdel uucp、userdel operator、userdel games;
如果不用X Windows服務器,就刪除如下賬號:userdel gopher;
如果不允許匿名FTP,就刪除這個用戶賬號:userdel ftp。
回答所涉及的環境:聯想(Lenovo)天逸510S、Windows 10。