Linux chcon Command
In this tutorial we learn how to use chcon commmand in Linux. chcon command is chcon - change file security context
In this tutorial we learn how to use chcon command in Linux. chcon command is chcon - change file security context
chcon [OPTION]... CONTEXT FILE...
chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE...
chcon [OPTION]... --reference=RFILE FILE...
We can use man
and info
command to see the manual page of chcon command.
chcon command also have --help
option to show list of options.
To open man page for chcon command we can use command below. To exit man or info page you can press q
.
man chcon
To open info page for chcon command we can use command below.
info chcon
To open help page from chcon command we can run command below.
chcon --help
You can find chcon command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use chcon in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.