1. Home
  2. Computing & Technology
  3. Linux

GNU/Linux Command-Line Tools Summary

From


   GNU/Linux Command-Line Tools Summary
   Prev    Chapter 14. Security    Next

14.1. Some basic Security Tools

  • md5sum
  •    

    Compute an md5 checksum (128-bit) for file "file_name" to verify it's integrity. You normally use the " md5sum -c" option to check against a given file (often with a ".asc" extention) to check whether the various files are correct, this comes in handy when downloading isos as the checking is automated for you.

    Command syntax:


       

    md5sum file_name


  • mkpasswd -l 10
  •    

    This command will make a random password of length ten characters. This password generator creates passwords that are designed to be hard to guess. There are similar alternatives to this program scattered around the internet.



   Prev    Home    Next
   Security    Up    File Permissions


* License

* GNU/Linux Command-Line Tools Summary Index

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Documentation
  5. Linux Tools Summary
  6. GNU/Linux Command-Line Tools Summary - Some basic Security Tools

©2009 About.com, a part of The New York Times Company.

All rights reserved.