5 Kasım 2015 Perşembe

Günün komutu - Linux sistemlerinde {2015.11.05} - wall


Bu günde wall komutunu hatırlayalım.

Linux sistemlerinde genelde komutlar yaptığı işlemden gelen işimler alsada,
wall ile yaptığı iş arasında direk bir bağlantı yoktur.

Tüm sisteme yayın(broadcast) olarak mesaj göndermek istersek kullanılır.

Kullanımı oldukça basit; wall yazıp enter tuşuna bastıktan sonra, mesajınızı yazın ve ctrl+D tuşuna basın.  Yazdığınız mesaj sistemdeki tüm kullanıcılara ulaşacaktır.


man wall:
AME
     wall — write a message to users

SYNOPSIS
     wall [-n] [-t TIMEOUT] [file]

DESCRIPTION
     Wall displays the contents of file or, by default, its standard input, on
     the terminals of all currently logged in users. The command will cut over
     79 character long lines to new lines. Short lines are white space padded
     to have 79 characters. The command will always put carriage return and
     new line at the end of each line.

     Only the super-user can write on the terminals of users who have chosen
     to deny messages or are using a program which automatically denies mes‐
     sages.

     Reading from a file is refused when the invoker is not superuser and the
     program is suid or sgid.

Hiç yorum yok:

Yorum Gönder

ansible ile yerel quay sunucusu üzerinden execution environment kullanımı

 Yerel quay veya registry sunucularımızdaki ee leri ansible ile kullanabiliyoruz. Bunun için kendi yaptığımız ee leri veya hazır ee leri yük...