Sunday 13, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Sunday, 3 September 2017

logger Linux Command

logger

logger [options] [message...]
TCP/IP command. Add entries to the system log (via syslogd). If no message is given on the command line, standard input is logged.

Options

-d
When writing to a socket with -s, use a datagram instead of a stream.

-f file
Read message from file.

-i
Include the process ID of the logger process.

-p pri
Enter message with the specified priority pri. Default is user.notice.

-s
Log message to standard error as well as to the system log.

-t tag
Mark every line in the log with the specified tag.

-u socket
Write log to socket instead of to the syslog.

--
Accept no further options. Consider whatever is to the right of the hyphens as the message to be logged.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • ssh-agent - Linux Command ssh-agent ssh-agent [options] [command [arguments] ] Hold private keys used for public key authentication. ssh-agent is usually executed at the beginning of an X or login session; then all other windows or programs given … Read More
  • ssh-keyscan - Linux Commands ssh-keyscan ssh-keyscan [options] Gather public and private host keys from a number of hosts. Can be used in scripts. Options -4 Use IPv4 addresses only. -6 Use IPv6 addresses only. -f file Read hostnames or addrlist… Read More
  • man Linux Command man man [options] [section] [title] Display information from the online reference manuals. man locates and prints the named title from the designated reference section. Traditionally, manpages are divided into nine sect… Read More
  • ssh-keygen Linux Command ssh-keygen ssh-keygen [options] Generate, manage, and convert authentication keys for ssh. When using ssh-keygen to create a key, the -t option must be specified to identify the type of key to create. Options -b bits … Read More
  • ssh-add - Linux Command ssh-add ssh-add [options] [files] ssh-add -e|-s reader Add RSA or DSA identities to the authentication agent (see ssh-agent), which must be running and must be an ancestor of the current process. ssh-add reads the files c… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: logger Linux Command Rating: 5 Reviewed By: eHowToNow