Saturday 12, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Saturday, 16 September 2017

sha1sum Linux Command

sha1sum

sha1sum [option] [files] sah1sum [option] --check [file]
Compute or check 160-bit SHA1 checksums to verify file integrity. If the file is not specified, or specified as -, read from standard input.

Options

-b, --binary
Read files in binary mode. The default on DOS or Windows.

-c, --check
Check the SHA1 sum and file information in the file argument (or standard input) against the corresponding files and verify that they are consistent. The input must have been generated by an earlier sha1sum command.

--help
Print usage information and exit.

--status
Don't generate output messages; the exit code indicates success or failure. Used only with --check.

--string=string
Compute the SHA1 sum for the specified string. This option does not take a file argument. Put quotes around the string if it contains spaces.

-t, --text
Read files in text mode. The default.

--version
Print version information and exit.

-w, --warn
Warn about improperly formatted checksum lines. Used only with --check.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • more - Display the named files on a terminal Linux Command more more [options] [files] Description Display the named files on a terminal, one screenful at a time. See less for an alternative to more. Options +num Begin displaying at line number num. -num number Set screen size… Read More
  • less - paging through files and output Linux Command less less [options] [filename] Description less is a program for paging through files or other output. It was written in reaction to the perceived primitiveness of more (hence its name). Some commands may be preceded by a… Read More
  • Execute command as the superuser - sudo Linux Command sudo sudo [options] [command] Description If you are allowed, execute command as the superuser. Authorized users of sudo and the commands they are permitted to execute are listed in the sudo configuration file, /etc/sudoe… Read More
  • Switch User su Linux Command su su [option] [user] [shell_args] Description Create a shell with the effective user ID user. If no user is specified, create a shell for a privileged user (i.e., become a superuser). Enter EOF to terminate. You can run … Read More
  • Cat Content of file(s) Linux Command cat cat [options] [files] Description Read (concatenate) one or more files and print them on standard output. Read standard input if no files are specified or if - is specified as one of the files; input ends with EOF. Yo… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: sha1sum Linux Command Rating: 5 Reviewed By: eHowToNow