What’s a good way for a system administrator of a multi-user system to tell people about important events?
What will be an ideal response?
If all the users are on a single machine, one could use the wall command. However, in these days
of distributed computing, this is rarely feasible anymore. Today, electronic mail is one of the more
practical methods to broadcast information to a large group of people.
Computer Science & Information Technology
You might also like to view...
A header consists of one or more lines at the top of each page
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. A constructor is a special kind of member function. It is automatically called when an object of that class is declared. 2. A constructor is always named construct with class name attached. If the class is Foo, then the constructor name is constructFoo.
Computer Science & Information Technology