(原)android修改文件所属的用户组

首先得安装了busybox;

命令如下:

busybox chgrp 0 fileName

其中的0表示root,改成1000则表示system,改成2000则表示shell。

原文地址:https://www.cnblogs.com/albert1017/p/3566872.html