Text only
|
Text with Images
Artix Linux Forum
Artix Linux => System => Topic started by: mardiyah on 26 June 2023, 04:02:50
Title:
Every certain user ownership under a directory is replaced with another user's
Post by:
mardiyah
on
26 June 2023, 04:02:50
How do we replace every user ownership under a directory with another user's ?
Title:
Re: Every certain user ownership under a directory is replaced with another user's
Post by:
suren
on
26 June 2023, 10:27:18
I believe you want to use ```chown```
Code:
[Select]
-R, --recursive
operate on files and directories recursively
https://wiki.archlinux.org/title/File_permissions_and_attributes#Changing_ownership
Text only
|
Text with Images