Search Results

Search: Posts Made By: jabalv
Forum: Linux 01-19-2013
2,285
Posted By bakunin
These shouldn't be server administrators at all!...
These shouldn't be server administrators at all! Admins should only be a VERY FEW select people who have proven their skill, everything else is just plain dangerous.



This is a no-brainer:...
Forum: Cybersecurity 09-29-2011
9,579
Posted By fpmurphy
See RFC 4253 Section 5.1
See RFC 4253 Section 5.1
10,249
Posted By Scott
Ah, OK. There could be many possible causes...
Ah, OK.

There could be many possible causes of a "corrupt" gzip file, which might each give different errors.

Have a look at the output of:

strings $(which gzip)
10,249
Posted By Scott
1. Why? 2 $ gunzip -c file.tar.gt | tar...
1. Why?

2
$ gunzip -c file.tar.gt | tar tf - && echo File is OK || echo File is NOT OK
(or perhaps slightly more practical...)

if (gunzip -c file.tar.gz | tar tf -) 2>/dev/null >&2; then
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy