February 22, 2018
Linux
How to create tar archive and remove original files
Sometimes we need to remove or delete the files after creating the tar archive to increase the free space. Use the tar command with –remove-files option to remove/delete the files after creating the tar archive. List the files # ll total 1015088 -rw-r--r-- 1 root root 810695 Dec 31 04:00 …