Differences
This shows you the differences between the selected revisions of the page.
2016-09-08 | 2016-09-08 | ||
no summary (108.171.128.189) (hidden) | no summary (108.171.128.189) (hidden) | ||
Line 17: | Line 17: | ||
XML log element: ''[[logging_xml#chmod|chmod]]'' | XML log element: ''[[logging_xml#chmod|chmod]]'' | ||
+ | |||
+ | |||
+ | |||
+ | ===== Examples ===== | ||
+ | <code winscp> | ||
+ | chmod 644 index.html about.html | ||
+ | </code> | ||
+ | <code winscp> | ||
+ | chmod 1700 /home/martin/public_html | ||
+ | </code> | ||
+ | <code winscp> | ||
+ | chmod 644 *.html | ||
+ | </code> | ||