Introduction to Linux_Part 3 Basic commands

Описание к видео Introduction to Linux_Part 3 Basic commands

Copy tree & Removing tree
- “CP” command does not allow to copy the whole directories;
- A new additional command “-r” can do the work;
- Example: cp F1 F5 vs cp –r ~D14/F5 ~;
- Use “rm -r” command to remove entire directory tree after copying.

Disk space
- “DF” stands for “Disk free” and it displays how much space left on the hard drive;
- “DF ~” command allows to check the disk space in home directory;
- Windows vs Linux hard drive concept.

Комментарии

Информация по комментариям в разработке