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.
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 is: diff file1.txt file2.txt
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.
You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command