Looking for something?
Categories
-
Recent Posts
Recent Comments
- me on Changing the DNS suffix search list in Active Directory
- Stefan on Uninstall software remotely with WMIC
- David Myers on Contact
- me@me.com on Detecting Ephemeral Port Exhaustion in Windows 7 / 8 / 2012
- Ralph Freibeuter on PowerShell script to list mount points in Windows
Tag Archives: Create a tar file of an entire directory and its sub-directories
How to tar and untar files and folders in Linux
Here is a quick cheat sheet how to compress and extract files/folders in CentOs Linux. If you are extracting to a specific folder you have to create the folder ahead of time with mkdir /tmp/data/ or the command will not … Continue reading &r...