The following compilers exist on our LINUX system: cc, gcc, g++, and f77. These compilers were located in the /usr/bin and not in the /bin directory. We used the following command to locate the cc compiler and similar commands to locate other compilers. If a command does not display anything for a given compiler name, it means that that compiler doesn’t exist.
What will be an ideal response?
```
$ ls /usr/bin | grep cc | grep ^cc$
cc
$
```
The java compiler was located in the /usr/java/j2sdk1.4.0/bin directory. We determined its location with the find /bin /usr -name java -print 2> /dev/null command. Here is a sample run of the command.
```
$ find /bin /usr -name java -print 2> /dev/null
/usr/lib/netscape/java
/usr/share/doc/db3-devel-3.2.9/ref/java
/usr/java
/usr/java/j2sdk1.4.0/bin/java
/usr/java/j2sdk1.4.0/jre/bin/java
$
```
You might also like to view...
The ______________ procedure creates a file called config.xml to direct the import operation.
Fill in the blank(s) with the appropriate word(s).
Which of the following privileges for data involve establishing who can enter new data, change existing data, delete unwanted data, and view data?
A. viewing B. writing C. reading D. access
To complete the days of the week sequence that begins with the days Monday and Tuesday, the Excel user would select the cells containing Monday and Tuesday and use the ____________________ to complete the sequence.
Fill in the blank(s) with the appropriate word(s).
The height of a keyboard from the floor should normally be ____.
A. 20 to 22 inches B. 26 to 28 inches C. 30 to 36 inches D. office desk height