我想向ssh MOTD添加一些字段。
今天的MOTD:
Linux toker 2.6.31-22-generic-pae #69-Ubuntu SMP Wed Nov 24 09:04:58 UTC 2010 i686
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Jan 25 19:25:53 CET 2011
System load: 0.23 Processes: 139
Usage of /: 76.8% of 911.20GB Users logged in: 1
Memory usage: 17% IP address for eth0: 192.168.1.102
Swap usage: 0%
Graph this data and manage this system at https://landscape.canonical.com/
38 packages can be updated.
38 updates are security updates.
No mail.
Last login: Tue Jan 25 19:22:06 2011 from 192.168.1.106
我知道我可以通过将/ etc / motd指向/ var / run / motd以外的其他内容来将其更改为静态消息,但是我不想丢失今天提供的生成的数据。
是否可以将两个其他硬盘驱动器上的磁盘使用量添加到默认生成的消息中?例如:
Linux toker 2.6.31-22-generic-pae #69-Ubuntu SMP Wed Nov 24 09:04:58 UTC 2010 i686
To access official Ubuntu documentation, please visit:
http://help.ubuntu.com/
System information as of Tue Jan 25 19:25:53 CET 2011
System load: 0.23 Processes: 139
Memory usage: 17% Users logged in: 1
Swap usage: 0% IP address for eth0: 192.168.1.102
Usage of /: 76.8% of 911.20GB
Usage of /media/hddb/: 8% of 1.8T
Usage of /media/hddc/: 16% of 1.8T
Graph this data and manage this system at https://landscape.canonical.com/
38 packages can be updated.
38 updates are security updates.
No mail.
Last login: Tue Jan 25 19:22:06 2011 from 192.168.1.105