Answer the following statements true (T) or false (F)

1. Under KDE, click the Konsole icon to switch to GUI mode.
2. UNIX line command names are generally self evident, even to beginners.
3. The shell is a key UNIX component that allows a user to identify, save, and retrieve files
by name.
4. A UNIX file name consists of from 1 to 8 characters.
5. UNIX distinguishes between upper and lower case characters in a file name.


1. False
2. False
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

Which of the following expressions is legal? Treat the effect of these as non- cumulative.

Suppose we have the following definition: ``` vector vec, vec1; //use push_back to put 10 values into vec instead vector::iterator p = vec.begin(); vector::const_iterator q = vec.begin(); ``` a) *p = 1; b) *q = 1; c) p = vec.end (); d) q = vec1.end();

Computer Science & Information Technology

A(n) _____________ is used to iterate through a collection and can remove elements from the collection during the iteration.

What will be an ideal response?

Computer Science & Information Technology

What are the two most important steps for a successful device installation? (Select two.)

A) Have all tools at hand. B) Obtain the latest driver. C) Ensure the operating system has all service packs and patches. D) Test Internet connectivity before installing the device. E) Follow the device manufacturer's installation directions.

Computer Science & Information Technology

The _________________________ contains commands related to changing the appearance of text in a document.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology