Chgrp: Redaktələr arasındakı fərq

Silinən məzmun Əlavə edilmiş məzmun
Redaktənin izahı yoxdur
Teq: 2017 viki-mətn redaktoru
k Bot: Replace deprecated <source> tag and "enclose" parameter; kosmetik dəyişmələr
Sətir 5:
 
== Nümunə ==
<sourcesyntaxhighlight lang="bash">
$ ls -l test.cpp
-rw-r--r-- 1 root root 334 Oct 10 11:07 test.cpp
</syntaxhighlight>
</source>
test.cpp faylı root qrupuna daxildir.
 
<sourcesyntaxhighlight lang="bash">
$ chgrp sys test.cpp
$ ls -l test.cpp
-rw-r--r-- 1 root sys 334 Oct 10 11:07 test.cpp
</syntaxhighlight>
</source>
chgrp ilə onun test.cpp faylının qrupu rootdan sys-ə dəyişdirildi.
 
== Həmçinin Bax ==
* [[Unix utilitlərinin siyahısı]]
 
{{Unix əmrləri}}