Linux mesg命令

更新时间: 2019-10-16 12:40

Linux mesg命令用于设置终端机的写入权限。

将mesg设置y时,其他用户可利用write指令将信息直接显示在您的屏幕上。

语法

mesg [ny]

参数

  • n 不允许其他用户将信息直接显示在你的屏幕上。
  • y 允许其他用户将信息直接显示在你的屏幕上。

实例

允许其他用户发信息到当前终端。

root 的终端

# mesg y //在这个终端设置允许发送消息

其他普通用户的终端:

$ write root pts/4 
hello
hello
EOF //Ctrl+D 结束输入

root 的终端 终端显示

# 
Message from root@ w3cschool.cc (as hnlinux) on pts/5 at 14:48 ...
hello
EOF
Getting Started with C++ Audio Programming for Game Development

Getting Started with C++ Audio Programming for Game Development

David Gouveia

Written specifically to help C++ developers add audio to their games from scratch, this book gives a clear introduction to the concepts and practical application of audio programming using the FMOD li......一起来看看 《Getting Started with C++ Audio Programming for Game Development》 这本书的介绍吧!

HTML 压缩/解压工具

HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Base64 编码/解码

Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具

HEX HSV 转换工具

HEX HSV 互换工具