Amazon Linux 自動更新update-motdを停止する方法

環境
Amazon Linux 2023

操作方法

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$ sudo update-motd --disable
$ sudo update-motd --disable
$ sudo update-motd --disable

これを実行すると、自動での更新だけでなく手動更新もできなくなる。

再度motdを変更したい場合は下記のように”enable“した後に実行する

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$ sudo update-motd --enable
$ sudo update-motd
$ sudo update-motd --enable $ sudo update-motd
$ sudo update-motd --enable
$ sudo update-motd

 

AlmaLinux

Posted by arkgame