I wanted a directory structure of
/u5/db/prod
/u5/db/test
So I was wondering how you create multiple directories on one level without doing it across multiple commands.
To do it in one line:
mkdir -p /u5/db/{prod,test}
I wanted a directory structure of
/u5/db/prod
/u5/db/test
So I was wondering how you create multiple directories on one level without doing it across multiple commands.
To do it in one line:
mkdir -p /u5/db/{prod,test}
If you have Veeam backup failing with the Updating BCD failed with Cannot update SafeBoot flag and SentinelOne is...
You need to be in an Administrative command prompt then run: reg.exe ADD...
https://github.com/toggenation/cert-checker Recently I created a Cert Expiry Checker so I can be notified when my and...
0 Comments