mesg命令帮助文档(ubuntu 18.04)

MESG(1)                          User Commands                         MESG(1)

NAME
       mesg - display (or do not display) messages from other users

SYNOPSIS
       mesg [option] [n|y]

DESCRIPTION
       The  mesg  utility  is invoked by a user to control write access others
       have to the terminal device associated with standard error output.   If
       write access is allowed, then programs such as talk(1) and write(1) may
       display messages on the terminal.

       Traditionally, write access is allowed by default.  However,  as  users
       become  more  conscious  of various security risks, there is a trend to
       remove write access by default, at least for the primary  login  shell.
       To  make  sure  your ttys are set the way you want them to be set, mesg
       should be executed in your login scripts.

ARGUMENTS
       n      Disallow messages.

       y      Allow messages to be displayed.

       If no arguments are given, mesg shows the  current  message  status  on
       standard error output.

OPTIONS
       -v, --verbose
              Explain what is being done.

       -V, --version
              Display version information and exit.

       -h, --help
              Display help text and exit.

EXIT STATUS
       The mesg utility exits with one of the following values:

            0     Messages are allowed.

            1     Messages are not allowed.

           >1     An error has occurred.

FILES
       /dev/[pt]ty[pq]?

SEE ALSO
       login(1), talk(1), write(1), wall(1), xterm(1)

HISTORY
       A mesg command appeared in Version 6 AT&T UNIX.

AVAILABILITY
       The  mesg  command  is  part of the util-linux package and is available
       from https://www.kernel.org/pub/linux/utils/util-linux/.

util-linux                         July 2014                           MESG(1)

原文地址:https://www.cnblogs.com/soldierback/p/10689420.html

时间: 2024-10-25 19:31:33

mesg命令帮助文档(ubuntu 18.04)的相关文章

ElasticSearch部署文档(Ubuntu 14.04)

ElasticSearch部署文档(Ubuntu 14.04) 参考链接 https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html#setup-configuration https://www.elastic.co/guid

Ubuntu 18.04 记录

登录后死机,关机时死机的解决方法 更新内核并安装 Nvidia 显卡驱动可解决. 在内核更新为 4.15.18,Nvidia 显卡驱动为 390 时,问题解决. 使用 LiveCD 启动,然后chroot到安装的系统的根分区.然后 sudo systemctl set-default multi-user.target 使系统启动后默认进入字符界面,从而避免登录后进入图形界面时死机. 进入字符界面登录后按照以下方式更新内核并安装 Nvidia 显卡驱动. 更新内核 内核下载地址 uname -s

在Ubuntu 18.04上安装MongoDB

第1步 – 导入公钥 Ubuntu软件包管理器apt(高级软件包工具)需要软件分销商的GPG密钥来确保软件包的一致性和真实性. 运行此命令将MongoDB密钥导入到您的服务器. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 第2步 – 创建源列表文件MongoDB 使用以下命令在/etc/apt/sources.list.d/中创

如何在Ubuntu 18.04上安装Django

Django是一个免费的开源高级Python Web框架,旨在帮助开发人员构建安全,可扩展和可维护的Web应用程序. 根据您的需要,有不同的方法来安装Django.它可以使用pip在系统范围内安装或在Python虚拟环境中安装. Django软件包也包含在官方Ubuntu存储库中,可以使用apt软件包管理器进行安装.这是在Ubuntu 18.04上安装Django的最简单方法,但不如在虚拟环境中安装那么灵活.此外,存储库中包含的版本总是落后于最新版本的Django. Python虚拟环境的主要目

Ubuntu 18.04 环境下 kubernetes v1.16.2 单机部署说明

一.安装环境 本次部署使用阿里云ECS 操作系统: Ubuntu  18.04 64位 实例规格: ecs.c6.large 2U4G 二.kubernetes 版本 k8s.gcr.io/kube-apiserver:v1.16.2 k8s.gcr.io/kube-controller-manager:v1.16.2 k8s.gcr.io/kube-scheduler:v1.16.2 k8s.gcr.io/kube-proxy:v1.16.2 k8s.gcr.io/pause:3.1 k8s.

Ubuntu 18.04 设置固定的静态ip

系统版本: [email protected]:/# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic [email protected]:/# 之前的版本网卡配置信息配置在/etc/network/interfaces文件,可以如下配置, auto ens33 iface ens33 i

Ubuntu 18.04安装Docker CE + NVIDIA-Docker

容器将应用程序封装到隔离的虚拟环境中,以简化数据中心的部署.通过将所有应用程序依赖项 (例如二进制文件和库) 都包括在内,应用程序容器能在任何数据中心环境中无缝地运行. 英伟达基于Docker 提供的NVIDIA-Docker可用于容器化 GPU 加速的应用程序.这意味着无需进行任何修改即可轻松容器化和隔离加速的应用程序,并将其部署到任何受支持的.可使用 GPU 的基础架构上. 管理和监控加速的数据中心将变得空前容易. 一.安装Docker 在前面的博文中,我们已经介绍了在Ubuntu系统中安装

让Ubuntu 18.04系统支持root用户登录的方法

默认的Ubuntu 18.04系统在登陆界面上是不支持root用户直接登录的,但是你可以使用下面的方法让Ubuntu 18.04也支持root登录,其他类似的版本参考在Ubuntu Kylin 18.10系统中使用root用户登陆的方法.通常情况下,在Ubuntu 18.04中的普通用户只能通过运行sudo [命令] [参数]来获得系统临时使用root权限,或者是运行su root切换到root用户权限下,下面是使用root登录图形界面的具体方法. 让Ubuntu 18.04系统支持root用户

Ubuntu 18.04上CUDA 9.0、cuDNN7.0及Tensorflow 1.8的安装

配置 笔者使用Dell Inspiron 7559笔记本电脑,显卡为NVIDIA GTX 960M. 目标 由于本机显卡仅有nvidia-384驱动包能够良好支持(nvidia-387.nvidia-390包均在本机出现了系统无法登陆等异常),而CUDA 9.1需要驱动至少为nvidia-387,故选择安装CUDA 9.0及cuDNN7.0. TelsorFlow 1.8完全支持CUDA 9.0因此可以使用最新版. 安装显卡驱动 使用apt安装nvidia-384驱动包(实际安装驱动为390):