این دستور، دسترسی User و Group یک فایل را تغییر میدهد.
مثال:
[[email protected] ~]# ll total 72 drwxr-xr-x 6 root root 4096 Jun 18 14:40 test [[email protected] ~]# chown admin:admin test [[email protected] ~]# ll total 72 drwxr-xr-x 6 admin admin 4096 Jun 18 14:40 test [[email protected] ~]#