in terminal it is :
#cp file_a file_b
The cp command does that.
In Linux the chmod command is used to set file permissions.
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..
copy file filecopy
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.
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.
In Linux, the lp command is commonly used to print a file. For example, you can use lp filename.txt to send the file filename.txt to the default printer. Alternatively, the lpr command can also be used in a similar way, such as lpr filename.txt. Both commands allow for additional options to customize the printing process.
touch newfile will make a new empty file in linux os !
the command to make anything executable is chmod +x <file>
copy and paste
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.
The command is: diff file1.txt file2.txt