Linux 일반 명령의 wall
때때로 서버는 여러 사람이 사용하지만 누가 사용하고 있는지 알 수 없습니다. 이때 linux 명령wall을 사용하여 상대방에게 물어볼 수 있습니다.명령은 다음과 같습니다.
[root@root ~]# wall hello
각 terminal에 메시지 hello를 보냅니다.
다음은
[root@root ~]# man wall
wall 명령에 대한 설명
WALL(1) Linux User’s Manual WALL(1)
NAME
wall -- send a message to everybody’s terminal.
SYNOPSIS
wall [-n] [ message ]
DESCRIPTION
Wall sends a message to everybody logged in with their mesg(1) permission set to yes. The message can be given as an argument to wall, or it can be sent
to wall’s standard input. When using the standard input from a terminal, the message should be terminated with the EOF key (usually Control-D).
The length of the message is limited to 20 lines. For every invocation of wall a notification will be written to syslog, with facility LOG_USER and level
LOG_INFO.
OPTIONS
-n Suppresses the normal banner printed by wall, changing it to "Remote broadcast message". This option is only available for root if wall is
installed set-group-id, and is used by rpc.walld(8).
ENVIRONMENT
Wall ignores the TZ variable - the time printed in the banner is based on the system’s local time.
SEE ALSO
mesg(1), rpc.rwalld(8).
AUTHOR
Miquel van Smoorenburg, [email protected]
15 April 2003 WALL(1)
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Linux 일반 명령의 wallLinux 일반 명령의 wall 때때로 서버는 여러 사람이 사용하지만 누가 사용하고 있는지 알 수 없습니다. 이때 linux 명령wall을 사용하여 상대방에게 물어볼 수 있습니다.명령은 다음과 같습니다. 각 term...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.