To remove a directory in CentOS 7, __________.

the directory cannot contain any files
you need to use the rm command
you use the same command that is used in
Windows 10
you need to use the rmdir command


you need to use the rm command

Computer Science & Information Technology

You might also like to view...

How many copies of ISBN “0-321-52306-7” are currently available?

What will be an ideal response?

Computer Science & Information Technology

The following code should draw a blue, filled, circle of diameter 4 that corresponds to the movement of the mouse. Find the error(s) in the following code:

``` 1 public void paintComponent( Graphics g ) 2 { 3 if ( currentPoint != null ) 4 { 5 g.fillOval( Color.BLUE, currentPoint.y, currentPoint.x, 4, 5 ); 6 } 7 8 } // end method paintComponent ```

Computer Science & Information Technology

Windows Vista and 7 are a _____ and _____-bit operating system. (Select two.)

A) 16 B) 32 C) 64 D) 128 E) 256

Computer Science & Information Technology

If you change the value in a cell that is referenced in a formula, the formula will re-calculate automatically.

a. true b. false

Computer Science & Information Technology