Showing posts with label vikranth sir. Show all posts
Showing posts with label vikranth sir. Show all posts

Monday, 24 August 2015

USP USEFUL COMMANDS

1. tar command examples

Create a new tar archive.

$ tar cvf archive_name.tar dirname/
Extract from an existing tar archive.

$ tar xvf archive_name.tar
View an existing tar archive.

$ tar tvf archive_name.tar
More tar examples: The Ultimate Tar Command Tutorial with 10 Practical Examples