21 Ocak 2019 Pazartesi

md5sum komutu

Giriş
Çıktı olarak 32 karakte verir. Açıklaması şöyle
md5sum always produces a 32-character output for the hash.
Örnek
Şöyle yaparız.
md5sum firefox.tar.gz > md5.txt
-c seçeneği
Kontrol eder. Açıklaması şöyle
With -c, md5sum reads the file specs in the provided MD5 file, compute the MD5 of these files, and compares them to the values from the MD5 file (which is why the file specs are usually better left relative, so you can re-use the MD5 file on files in various directories).
Örnek
Şöyle yaparız.
md5sum * >/path/to/the/checksumfile.md5
Kontrol etmek için şöyle yaparız.
md5sum -c /path/to/the/checksumfile.md5



Hiç yorum yok:

Yorum Gönder