It is not recommended to use mv for moving folders. In Windows, when I move stuff from memory sticks or portable hard drives to my laptop and some error occurs, I usually loose data. Use copy instead of mv! $…
It is not recommended to use mv for moving folders. In Windows, when I move stuff from memory sticks or portable hard drives to my laptop and some error occurs, I usually loose data. Use copy instead of mv! $…
In this article I will show you 20 commands every Linux and Unix users should know how to use. The order of this commands is random. Probably ls and cd are the most used Linux and Unix commands. 1. ls <list>…
In this tutorial, I will teach you how to copy files and folders from one place to another, by using the cp command. Syntax1: cp [options] file filecopy Syntax2: cp [options] -T filecopy file I always use the first syntax…