zl程序教程

您现在的位置是:首页 >  其他

当前栏目

ubuntu为文件添加可执行权限

2023-09-11 14:18:37 时间

为一个文件添加可执行权限

chmod +x filename

为一个文件夹下的所有文件添加可执行权限

chmod +x *