echo BucketName:yourAccessKeyId:yourAccessKeySecret > /etc/passwd-ossfs chmod 640 /etc/passwd-ossfs mkdir oss ossfs BucketName mountfolder -o url=Endpoint df -h vim /etc/init.d/ossfs xxxxxxxxxx 1 #! /bin/bash 2 # 3 # ossfs Automount Aliyun OSS Bucket in the specified direcotry. 4 # ...