F5F Stay Refreshed Software Operating Systems Debian - rights and access control management

Debian - rights and access control management

Debian - rights and access control management

M
McSasson
Junior Member
6
05-16-2023, 05:08 PM
#1
```bash
cp -p /path/to/source/folder/subfolder/ /path/to/destination/
```

This ensures that the subfolder inherits the same permissions as the parent directory.
M
McSasson
05-16-2023, 05:08 PM #1

```bash
cp -p /path/to/source/folder/subfolder/ /path/to/destination/
```

This ensures that the subfolder inherits the same permissions as the parent directory.

T
TechnicFyre
Member
73
05-22-2023, 12:35 PM
#2
This feature isn't built in, but you can repeatedly adjust file permissions for every item in the directory once you've made a copy.
T
TechnicFyre
05-22-2023, 12:35 PM #2

This feature isn't built in, but you can repeatedly adjust file permissions for every item in the directory once you've made a copy.