Linux pathchk Command
Categories:
What is Linux pathchk Command?
In this tutorial we learn how to use pathchk command in Linux. pathchk command is pathchk - check whether file names are valid or portable pathchk [OPTION]… NAME…
pathchk Syntax
pathchk [OPTION]... NAME...
pathchk Examples
pathchk Command Manual / Help
We can use man
and info
command to see the manual page of pathchk command.
pathchk command also have --help
option to show list of options.
To open man page for pathchk command we can use command below. To exit man or info page you can press q
.
man pathchk
To open info page for pathchk command we can use command below.
info pathchk
To open help page from pathchk command we can run command below.
pathchk --help
Linux pathchk Command Source Code
You can find pathchk command source code from the folowing repositories:
- pathchk source code on GitHub
- pathchk source code on GNU Savannah cgit
- pathchk source code on GNU Savannah gitweb
Related Linux Commands
You can read tutorials of related Linux commands below:
Summary
In this tutorial we learn how to use pathchk in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.