Last modification time is different than last access time if the file is not changed. To sort by last access time, you must use `u` option
Bzip2 is a compression method and utility program in Linux. You can compress single or multiple files with it.
To extract .bz2 file to another directory, you need to set bzip2 to output the content to the standard output and forward it to a new file.
.bz2 is a compressed file created with bzip2. Extract files created with bzip2 is straight-forward in Linux
.tar.bz2 is a compressed tar archive file created with tar using -j parameter (bzip2 compression). You can easily extract this type of file by using tar command.
Create .tar.bz2 when you want to compress an entire folder - not only single file.
To decompress zip file in linuz,, you can use unzip command in Linux terminal.
Zip is a compression method and utility program in Linux. You can compress single files and folders with it. This tutorial is about to zip an entire folder recursively.
Sometimes you have a zip file which content is unknown to you. Easiest way to see the contents of the zip file is to use zipinfo utility.
Reset the MySQL root password in CentOS 6 by using MySQL server Safe Mode.