1、chown 将指定文件的拥有者改为指定的用户或组。
例子
//将test.txt的拥有者改为fxw,组为fxwgroup
eg. chown fxw:fxwgroup test.txt
2、shell脚本开头:#!/bin/bash