copy file linux – POFTUT

How To Recover Data with ddrescue Command?

ddrescue is a GNU provided data recovery tool.It can copy and recover file, directory or whole hard drive. The best part of the ddrescue is it can prevent or solve read errors. Install For Ubuntu, Debian, Kali and Mint We can install ddrescue tool for deb based distributions like below. ddrescue command is provided with … Read more

Linux Cp or Copy Command

Linux popular command cp is used to copy files and folders. In this tutorial we will look different usage types of cp command.

Syntax

Syntax of cp command is like below.

cp [OPTION]... [-T] SOURCE DEST 
cp [OPTION]... SOURCE... DIRECTORY 
cp [OPTION]... -t DIRECTORY SOURCE...

Copy

We will just copy our source file to the destination file.

Read more