Skip to content

Commit

Permalink
Merge pull request #183 from codaqui/develop
Browse files Browse the repository at this point in the history
Update CHOWN.md with instructions on changing file group
  • Loading branch information
endersonmenezes authored Mar 14, 2024
2 parents dc70043 + 0f79e31 commit e3e6d0f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/blog/posts/tutoriais/2024_03_13_CHOWN.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,12 @@ sudo chown Usuário0 Pasta/Arquivo
## Como alterar o grupo de um arquivo?

Terminal em root
---
draft: false
date: 2023-03-01
categories:
- Tutoriais
tags:
- github
- linux
- queroajudar
authors:
- artumosgoc
# readtime: 10
comments: true
---

```console
chown :Grupo0 Pasta/Arquivo
```
Terminal sem root

```console
sudo chown :Grupo0 Pasta/Arquivo
```
Expand Down

0 comments on commit e3e6d0f

Please sign in to comment.