Quantcast
Channel: Windows Desktop Development for Accessibility and Automation forum
Viewing all articles
Browse latest Browse all 585

Windows Equivalent required for customized linux command

$
0
0

my commands in linux are :


find $ABC$ -type d -exec which chmod 1770 {} \;

find $ABC$ -type f -exec which chmod o-r-w-x {} \;

find $ABC$ -name "*.sh" -exec which chmod 750 {} \;

find $ABC$/home/bin -type f -exec which chmod 750 {} \;

find $ABC$ -name "*.properties" -exec which chmod 660 {} \;

find $ABC$ -name "*.xml" -exec which chmod 660 {} \;

find $ABC$ -name "cw.sso" -exec which chmod 660 {} \;


I want the equivalent windows commands for the above mentioned linux commands.

Help is appreciated.

Thank you


Viewing all articles
Browse latest Browse all 585

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>