Skip to content

Instantly share code, notes, and snippets.

@Mouad-BGD
Created May 25, 2012 21:54
Show Gist options
  • Select an option

  • Save Mouad-BGD/2790808 to your computer and use it in GitHub Desktop.

Select an option

Save Mouad-BGD/2790808 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