It's UWAweek 20 (1st semester, week 11)

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?

Chris is away until 4th June. Dr Atif Mansoor is the unit's coordinator until then.
Displaying selected article
Showing 1 of 443 articles.
Currently no other people reading this forum.


 UWA week 18 (1st semester, week 9) ↓
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  5:07AM Sep 06 2023
Privacy policy