#!/bin/bash
if [ -d "$1" ]
then
echo "$1 is directory.existed"
else
echo "$1 does not exist, now create it"
mkdir -p $1
if [ "$?" -eq 0 ]
then
echo "$1 is created"
else
echo "$1 create failure"
fi
fi
create directory @shell
原创tianxiamall 博主文章分类:program ©著作权
文章标签 create directory @sh 文章分类 运维
上一篇:日志分析 @shell
-
Windows Server 2025 Active Directory 新变化
自 Windows Server 2016以来,AD DS 尚未收到任何重大更新,并且 Server 2019/2022 中的功能级别没有增加。随着长期服务渠道 (LTSC)中操作系统的下一个版本的发布,该版本暂且被称为 Windows Server 2025。Windows Server 2025 新功能级别提升域或林的功能级别通常是为了利用相应服务器版本提供的新功能。ADDS 和轻量级域
Active Directory 新变化 Windows Server 2025 2025活动目录新内容 微软vNext 2025 AD DS