{"id":1623,"date":"2024-09-10T17:58:58","date_gmt":"2024-09-10T17:58:58","guid":{"rendered":"\/blog\/?p=1623"},"modified":"2024-09-21T18:39:31","modified_gmt":"2024-09-21T18:39:31","slug":"copy-file-and-directory-owner-from-another-server-for-a-list-of-directories","status":"publish","type":"post","link":"\/blog\/index.php\/copy-file-and-directory-owner-from-another-server-for-a-list-of-directories\/","title":{"rendered":"copy file and directory owner from another server for a list of directories"},"content":{"rendered":"<p>#!\/bin\/bash<\/p>\n<p>> \/root\/chown_cmds.bash<br \/>\necho &#8220;set -x &#8221; >> \/root\/chown_cmds.bash<\/p>\n<p>(<br \/>\nfor d in `cat dirs`;do<br \/>\n        ssh someserver &#8220;find $d -ls&#8221;<br \/>\ndone<br \/>\n) | grep -i &#8216;\/&#8217; | awk &#8216;{ print &#8220;chown &#8220;$5&#8243;:&#8221;$6&#8221; &#8220;$NF }&#8217; > \/root\/chown_cmds.bash<\/p>\n","protected":false},"excerpt":{"rendered":"<p>#!\/bin\/bash > \/root\/chown_cmds.bash echo &#8220;set -x &#8221; >> \/root\/chown_cmds.bash ( for d in `cat dirs`;do ssh someserver &#8220;find $d -ls&#8221; done ) | grep -i &#8216;\/&#8217; | awk &#8216;{ print &#8220;chown &#8220;$5&#8243;:&#8221;$6&#8221; &#8220;$NF }&#8217; > \/root\/chown_cmds.bash<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1623","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1623"}],"version-history":[{"count":2,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1623\/revisions"}],"predecessor-version":[{"id":1629,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1623\/revisions\/1629"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1623"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1623"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}