answersLogoWhite

0

in terminal it is :

#cp file_a file_b

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What utility on Linux can be used to copy a file including text and executable program binary files?

The cp command does that.


What Linux command sets a files permission?

In Linux the chmod command is used to set file permissions.


Which command is used to create a duplicate cop of a file while leaving the original file intact?

copy command ofcource.. from command prompt.. copy <source file path> <filename> <destination file path> say u want to copy ram.txt from c: to d: copy c:\ram.txt d: and press enter..


Command used to make a copy of the original company file?

copy file filecopy


What is the difference between copy con and copy in MS-DOS?

In MS-DOS, "copy con" is a command used to create a new text file and enter text directly from the command prompt. On the other hand, "copy" is a command used to copy files from one location to another. The "con" in "copy con" stands for console, indicating that the text is being copied from the console input.


Copy con command used for?

In MS-DOS, the copy con command is used for the creation of files from the command line. From the command line enter "copy con" and the name of the file desired to be created.


Which command is used to create an empty file with file size zero bytes so that you can write in these files later in unix and Linux?

touch newfile will make a new empty file in linux os !


What command is used to assign executable permission to all for the filetxt in Linux?

the command to make anything executable is chmod +x <file>


What command is used when you do not need to maintain a link between an object copied from one file to another file?

copy and paste


What Linux command is used to compare the difference between two file display the difference?

The command is: diff file1.txt file2.txt


Which command is used to move a file?

The command MV is used to move a file in simple Linux Code. This command will move files and directories from one spot to another spot. To move a file, one would simply type in the letters MV before its name.


Which command can be used to execute a series of Linux commands at a specified time?

You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command