Why “ >/dev/console” for remote beep (echo-command)What are the shell's control and redirection...

Cascading Switches. Will it affect performance?

Fixing obscure 8080 emulator bug?

English word for "product of tinkering"

Print lines between start & end pattern, but if end pattern does not exist, don't print

Why are MBA programs closing?

HR woman suggesting me I should not hang out with the coworker

Bb13b9 confusion

Can I utilise a baking stone to make crepes?

How to handle (one's own) self-harm scars (on the arm), in a work environment?

Non-aqueous eyes?

How to hide rifle during medieval town entrance inspection?

Is it safe to change the harddrive power feature so that it never turns off?

How to communicate to my GM that not being allowed to use stealth isn't fun for me?

Who enforces MPAA rating adherence?

Are there any important biographies of nobodies?

Someone whose aspirations exceed abilities or means

Is it possible to fly backward if you have a 'really strong' headwind?

Thread Pool C++ Implementation

Is using 'echo' to display attacker-controlled data on the terminal dangerous?

Is it legal for a bar bouncer to confiscate a fake ID

Overlapping String-Blocks

How come the nude protesters were not arrested?

Getting UPS Power from One Room to Another

Which languages would be most useful in Europe at the end of the 19th century?



Why “ >/dev/console” for remote beep (echo-command)


What are the shell's control and redirection operators?Cannot create “Hello World” module (and NVIDIA, and VirtualBox)Linux: Difference between /dev/console , /dev/tty and /dev/tty0/dev/console dynamic redirectionCapture console output from existing process(es) to fileTransfer file from remote computer without consoleWhy doesn't GNU Screen split show up for remote user?Centos: resume remote task on local consoleWhy Ctrl+G doesn't produce a beep?Executing a remote commandWhat is `/dev/console` used for?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I've learned that this command:



echo -e "a"


triggers a beep on the local system, whereas this command:



echo -e "a" >/dev/console


triggers a beep on a remote system.



Why is this? What is the >/dev/console part doing?



Why is it that executing echo -e "a" on a remote machine triggers the beep locally and not remote ?



Why does "echo" - command don't like sudo ?



Is there a OSI-Layer - like scheme ? Please provide me with some external documentation.




I have only a basic understandig of redirecting stdout/stderr to a file not
much more, but the question more likely refers to how is
"Gnu/Linux/Kernel" designed in order to requiere redirrection to




" > /dev/console"




for a remote beep to work out.




Does a remote echo "Hello World" requiere a redirection to /dev/console ?










share|improve this question









New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • On which remote system does it trigger the beep?

    – muru
    57 mins ago













  • Possible duplicate of What are the shell's control and redirection operators?

    – Scott
    37 mins ago











  • muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

    – McErroneous
    32 mins ago


















0















I've learned that this command:



echo -e "a"


triggers a beep on the local system, whereas this command:



echo -e "a" >/dev/console


triggers a beep on a remote system.



Why is this? What is the >/dev/console part doing?



Why is it that executing echo -e "a" on a remote machine triggers the beep locally and not remote ?



Why does "echo" - command don't like sudo ?



Is there a OSI-Layer - like scheme ? Please provide me with some external documentation.




I have only a basic understandig of redirecting stdout/stderr to a file not
much more, but the question more likely refers to how is
"Gnu/Linux/Kernel" designed in order to requiere redirrection to




" > /dev/console"




for a remote beep to work out.




Does a remote echo "Hello World" requiere a redirection to /dev/console ?










share|improve this question









New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • On which remote system does it trigger the beep?

    – muru
    57 mins ago













  • Possible duplicate of What are the shell's control and redirection operators?

    – Scott
    37 mins ago











  • muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

    – McErroneous
    32 mins ago














0












0








0








I've learned that this command:



echo -e "a"


triggers a beep on the local system, whereas this command:



echo -e "a" >/dev/console


triggers a beep on a remote system.



Why is this? What is the >/dev/console part doing?



Why is it that executing echo -e "a" on a remote machine triggers the beep locally and not remote ?



Why does "echo" - command don't like sudo ?



Is there a OSI-Layer - like scheme ? Please provide me with some external documentation.




I have only a basic understandig of redirecting stdout/stderr to a file not
much more, but the question more likely refers to how is
"Gnu/Linux/Kernel" designed in order to requiere redirrection to




" > /dev/console"




for a remote beep to work out.




Does a remote echo "Hello World" requiere a redirection to /dev/console ?










share|improve this question









New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I've learned that this command:



echo -e "a"


triggers a beep on the local system, whereas this command:



echo -e "a" >/dev/console


triggers a beep on a remote system.



Why is this? What is the >/dev/console part doing?



Why is it that executing echo -e "a" on a remote machine triggers the beep locally and not remote ?



Why does "echo" - command don't like sudo ?



Is there a OSI-Layer - like scheme ? Please provide me with some external documentation.




I have only a basic understandig of redirecting stdout/stderr to a file not
much more, but the question more likely refers to how is
"Gnu/Linux/Kernel" designed in order to requiere redirrection to




" > /dev/console"




for a remote beep to work out.




Does a remote echo "Hello World" requiere a redirection to /dev/console ?







linux kernel remote interpreter scheme






share|improve this question









New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share|improve this question









New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share|improve this question




share|improve this question








edited 14 mins ago







McErroneous













New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








asked 59 mins ago









McErroneousMcErroneous

41




41




New contributor



McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




New contributor




McErroneous is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • On which remote system does it trigger the beep?

    – muru
    57 mins ago













  • Possible duplicate of What are the shell's control and redirection operators?

    – Scott
    37 mins ago











  • muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

    – McErroneous
    32 mins ago



















  • On which remote system does it trigger the beep?

    – muru
    57 mins ago













  • Possible duplicate of What are the shell's control and redirection operators?

    – Scott
    37 mins ago











  • muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

    – McErroneous
    32 mins ago

















On which remote system does it trigger the beep?

– muru
57 mins ago







On which remote system does it trigger the beep?

– muru
57 mins ago















Possible duplicate of What are the shell's control and redirection operators?

– Scott
37 mins ago





Possible duplicate of What are the shell's control and redirection operators?

– Scott
37 mins ago













muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

– McErroneous
32 mins ago





muru, from SuSe 9.x to Debian Squeeze, using ssh and screen

– McErroneous
32 mins ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






McErroneous is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f523463%2fwhy-dev-console-for-remote-beep-echo-command%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








McErroneous is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















McErroneous is a new contributor. Be nice, and check out our Code of Conduct.













McErroneous is a new contributor. Be nice, and check out our Code of Conduct.












McErroneous is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f523463%2fwhy-dev-console-for-remote-beep-echo-command%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...