It's UWAweek 47

help3002

This forum is provided to promote discussion amongst students enrolled in CITS3002 Computer Networks.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message. How do I ask a good question?

Displaying the 2 articles in this topic
Showing 2 of 503 articles.
Currently 14 other people reading this forum.


 UWA week 18 (1st semester, week 9) ↓
SVG not supported

Login to reply

👍?
helpful
11:45am Fri 3rd May, ANONYMOUS

when starting station program via ./station ... Why is & shown to be the final argument given in examples?


SVG not supported

Login to reply

👍?
helpful
7:23am Sun 5th May, Christopher M.

ANONYMOUS wrote:
> when starting station program via ./station ... > > Why is & shown to be the final argument given in examples?
(disappointing that no-one else has answered this) The & character is not an argument to your station-server. It is a token for your shell (on both Linux and macOS), requesting that the command be executed in the background: - the command is detached from the keyboard, so you cannot provide it with further input by typing - unless redirected (to a file, with > or to a pipe, with | ) the command's standard-output and standard-error streams will still appear on your terminal Because the command is detached from the keyboard, typing control-C, ^C, will not interrupt the command. You can kill all 'named' background commands with, say: killall station See: https://www.makeuseof.com/run-linux-commands-in-background/

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy