Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/books/learning_rsync/02_rsync_demo01.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ rsync error: some files/attrs were not transferred (see previous errors) (code 2

**Prompt permission denied, how to deal with it?**

First check the permissions of the /rsync/ directory. Obviously, there is no permission. We can use `setfacl` to give permission:
First check the permissions of the /rsync/ directory. Obviously, there is no "w" permission. We can use `setfacl` to give permission:

```bash
[root@Rocky ~ ] # ls -ld /rsync/
Expand Down