Wednesday 23, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Sunday, 9 July 2017

Accept Linux Command

accept

accept [option] destination
or
accept [ -E ] [ -U username ] [ -h hostname[:port] ] destination(s)  

Description 

System administration command. Instruct printing system to accept jobs for the specified print queue or queues. Depending on queue settings, the system may prompt for a password. Also invoked as cupsaccept.

Option

-E

Require encryption when connecting.

U

Sets the username that is sent when connecting to the server.

-h hostname[:port] 

You can use hostname and port to connect to a remote server.

-r "reason"

Sets the reason string that is shown for a printer that is rejecting jobs.

Example
accept -h 172.10.10.10:631 laserjet 

Response
Above command will produce following response.

laserjet accepting requests since Jul 01 00:00

Reference : http://www.linuxdevcenter.com

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
  • 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
  • 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-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: Accept Linux Command Rating: 5 Reviewed By: eHowToNow