start_slapd.sh

来自「samba最新软件」· Shell 代码 · 共 15 行

SH
15
字号
#!/bin/shif [ -z "$LDBDIR" ]; then    LDBDIR=`dirname $0`/..    export LDBDIRfimkdir -p $LDBDIR/tests/tmp/db# running slapd in the background (with &) means it stays in the same process group, so it can be# killed by timelimitslapd -d0 -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $* &sleep 2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?