• 开机自启动

      1. systemctl enable redis #开机自启动 redis
      2. systemctl enable mongod #开机自启动 mongodb
    • 创建软连接

      1. ln -s 【目标目录】 【软链接地址】