Extracting a tar file to a specific directory/folder

The command to achieve that is the following:

tar xzvf filename.tar.gz -C /var/www/html

comments

No comments yet.

Sorry, the comment form is closed at this time.