Quantcast
Viewing all articles
Browse latest Browse all 585

Windows Equivalent required for customized linux command

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