Give the command line that restricts access of the RCS log file RCS/input.c,v file so that only users dale and kent can edit any version of this file. What is the command line for taking editing rights away from the users ahmed and tomn?

Under RCS, the command line rcs -adale,kent -eahmed,tomn input.c gives dale and kent the permission to check out an editable version of the input.c file and takes away the editing rights from the users ahmed and tomn. You can perform the same task with two commands, as shown below.


```
$ rcs –adale,kent input.c
$ rcs –eahmed,tomn input.c
$
```

Computer Science & Information Technology

You might also like to view...

List and describe the two folders contained in a distribution share for updating drivers.

What will be an ideal response?

Computer Science & Information Technology

Chip, Dot, and Mike participated in several brainstorming sessions resulting in the outlining of several reports. Design (or modify using Access) the HARDWARE MASTER REPORT. This report is large, and you will have to be careful to include all the data in the report area. You may want to have several detail lines for each record. Print the completed report.

What will be an ideal response?

Computer Science & Information Technology

Match the following terms to their meanings:

I. Aggregate functions II. Expressions III. Field names IV. Concatenation A. Symbol (&) used in an expression B. Included in square brackets in expressions C. Group and perform calculations on multiple fields D. Begins with an equal sign (=)

Computer Science & Information Technology

The Internet has not changed the way businesses communicate with their customers and business partners.

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

Computer Science & Information Technology