如何在 Ubuntu 中禁用 motd 歡迎訊息
Ubuntu 使用的是
update-motd
,它是一個動態 motd 生成工具。從手冊頁:
UNIX/
系統管理員通常透過在檔案
/etc/motd
中維護文字來向控制檯和遠端使用者傳達重要資訊,該檔案由 pam_motd(8) 模組在互動式
登入時顯示。
傳統上,此檔案是靜態文字,通常由發行版安裝並僅在版本升級時更新,或者由本地管理員使用相關資訊覆蓋。
Ubuntu 引入了
update-motd
框架,透過該框架,motd(5) 在登入時從一組
中動態獲取。
/etc/update-motd.d/* 中的可執行 在每次登入時由 pam_motd(8) 作為 root 使用者執行,並且這些資訊連線在 /var/run/motd 中。
如何檢視當前指令碼?
指令碼存放的位置在
/etc/update-motd.d
目錄中:
bob@ubuntu-20-04:~$ ls -l /etc/update-motd.d/ total 44 -rwxr-xr-x 1 root root 1220 4月 9 2018 00-header -rwxr-xr-x 1 root root 1157 4月 9 2018 10-help-text -rwxr-xr-x 1 root root 5023 8月 17 2020 50-motd-news -rwxr-xr-x 1 root root 96 6月 19 2020 85-fwupd -rwxr-xr-x 1 root root 218 4月 2 2020 90-updates-available -rwxr-xr-x 1 root root 374 7月 18 2020 91-release-upgrade -rwxr-xr-x 1 root root 165 2月 17 2020 92-unattended-upgrades -rwxr-xr-x 1 root root 129 11月 12 2018 95-hwe-eol -rwxr-xr-x 1 root root 142 11月 12 2018 98-fsck-at-reboot -rwxr-xr-x 1 root root 144 11月 12 2018 98-reboot-required
可以隨便看一個指令碼檔案的內容:
bob@ubuntu-20-04:~$ cat /etc/update-motd.d/00-header
如何禁用指令碼?
如果要禁用所有指令碼,請執行以下 :
bob@ubuntu-20-04:~$ sudo chmod -R 644 /etc/update-motd.d/
如果要禁用單個指令碼,請執行以下 :
bob@ubuntu-20-04:~$ sudo chmod -x /etc/update-motd.d/00-header
如何在 /etc/update-motd.d/ 目錄中建立我自己的指令碼?
只需建立一個 shell 指令碼,名稱自定義,名稱前面的序號根據需要填寫,數字越大優先順序越低。如下所示:
bob@ubuntu-20-04:~$ sudo touch /etc/update-motd.d/99-custom-msg bob@ubuntu-20-04:~$ sudo vim /etc/update-motd.d/99-custom-msg Hello Ubuntu 20-04
新增可執行許可權:
bob@ubuntu-20-04:~$ sudo chmod +x /etc/update-motd.d/99-custom-msg
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31524109/viewspace-2912324/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Zalo成為越南最受歡迎的訊息應用程式
- 設定ssh登陸終端的歡迎資訊(linux登入配置,/etc/motd有趣的圖案【佛祖保佑】)Linux
- 你知道如何在小程式中推送模板訊息?
- 如何在Flutter中禁用空安全(null safety)FlutterNull
- 如何在linux中傳送訊息給別的控制檯Linux
- 歡迎關注
- 北京歡迎AIAI
- 歡迎體驗BotBattleBAT
- SOFAStack Community | 歡迎加入ASTUnity
- 歡迎體驗ShortLink !
- 歡迎來到 AdonisJS!JS
- 歡迎學習LinuxLinux
- 歡迎使用CSDN-markdown
- 歡迎來到新世代
- 社團建立~ 歡迎加入
- 如何在 Ubuntu 中更改預設終端Ubuntu
- 如何在 Ubuntu中建立可引導 USB?Ubuntu
- 如何在Ubuntu 16.04中建立GIF動圖Ubuntu
- kUbuntu(KDE版Ubuntu)中禁用滑鼠中鍵貼上功能(未解決)Ubuntu
- 樂訊通雲通訊:物聯網路卡為什麼如此受歡迎?
- 如何在優雅地Spring 中實現訊息的傳送和消費Spring
- 我最喜歡的程式之間通訊方式-訊息匯流排
- 如何在 Ubuntu 中檢查你的 IP 地址Ubuntu
- 教你如何在 Ubuntu 18.04 中安裝 gThumb 3.9.1Ubuntu
- 教你如何在 Ubuntu 中安裝 Oracle Java 13UbuntuOracleJava
- 如何在Ubuntu 20.04中配置CA根證書Ubuntu
- 如何在Ubuntu Linux中獲取CPU溫度UbuntuLinux
- 2018最受歡迎電子書
- 為何Kubernetes如此受歡迎?
- 歡迎使用markdown編輯器
- ThinkPHP中文WEB框架歡迎你PHPWeb框架
- 圖書借閱,歡迎交流、
- 外包交流VX群 歡迎加入
- 如何在Mac上設定自定義鎖屏訊息?Mac
- 活動 | 歡迎加入網路安全威脅資訊共享計劃
- Flutter中訊息傳遞Flutter
- 如何在 Ubuntu 18.04 LTS 中獲取 Linux 5.0 核心UbuntuLinux
- 如何在 Ubuntu Linux 中設定或更改時區UbuntuLinux