135k views
3 votes
Suppose you discover that you have a directory called bin2, which includes a bunch of useful programs. You want to move those programs into your bin directory, and then delete bin2. What command(s) will you give

User Mancocapac
by
6.1k points

1 Answer

4 votes

Answer:

The MV command to move the bin2 directory to the bin directory.

Step-by-step explanation:

Linux operating system uses a hierarchical arrangement of directories to organise information in its system.

It is an open source operating system with various built-in commands and other commands which can be made by a programmer.

The MV command takes a file or directory from a current directory and a destination directory.

User Felix Weis
by
5.3k points