Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 126 Bytes

bash_one_liners.md

File metadata and controls

6 lines (4 loc) · 126 Bytes

Change homes for new uid after setting sssd

ls -l /home | awk '{print $9}' | xargs -I {}  chown -R {}:{} /home/{}