Linux pathchk Command
In this tutorial we learn how to use pathchk commmand in Linux. pathchk command is pathchk - check whether file names are valid or portable pathchk [OPTION]... NAME...
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 [OPTION]... NAME...
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
You can find pathchk command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
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.