How do you get online description of any command of unix?

1 answer

Answer

1032634

2026-04-03 03:45

+ Follow

To get the online description of any Unix command, you can use the man command followed by the name of the command you want to learn about. For example, typing man ls will display the manual page for the ls command. Additionally, you can use the --help option with most commands (e.g., ls --help) to get a brief overview of its usage and options.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.