Skip to content

Instantly share code, notes, and snippets.

@thelebster
Forked from Mouad-BGD/linux--tar
Created February 11, 2016 14:13
Show Gist options
  • Save thelebster/7def31ea418c2873b673 to your computer and use it in GitHub Desktop.
Save thelebster/7def31ea418c2873b673 to your computer and use it in GitHub Desktop.
tar commands
tar
---
tar -zxvf {file.tar.gz}
another distenation
tar -zxvf tarball.tar.gz -C <directory>
or move to ur destination and use:
tar -zxvf {path to file.tar.gz}
nano /etc/inittab
ref: http://www.centos.org/docs/2/rhl-rg-en-7.2/s1-x-runlevels.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment