A technician wants to move a file called widget.txt from the current directory to /home/fred,
Which of the following commands would the technician use?
ed widget.ext /home/fred
move widget.xt/home/fred
my widget.ext /home/fred
Op widget.txt /home/fred

Respuesta :

The command that the technician will use to carry out the moving of the file is; Option C; mv widget.txt /home/fred

Linux Commands

In Linux, If we want to move files, we make use of the "mv" command which is quite similar to the cp command. The only difference being that with mv command, the file is physically moved from one place to another, whereas with cp, it is being duplicated.

Since the technician wants to move the filled called widget.txt from the current directory to /home/fred, then he will make use of the "mv" command.

Read more about LINUX at; https://brainly.com/question/25480553

ACCESS MORE