cd/usr 进入目录
mkdir mytest进入mytest目录
touch net.tst ls查看是否创建成功
chomd u+x net.txt ls设置文件属性为文件属性主增加执行权限
chmod g+w net.txt 设置文件属主同组用户增加写入权限
chmod o-r net.txt其他用户删除读权限
cd/usr 进入目录
mkdir mytest进入mytest目录
touch net.tst ls查看是否创建成功
chomd u+x net.txt ls设置文件属性为文件属性主增加执行权限
chmod g+w net.txt 设置文件属主同组用户增加写入权限
chmod o-r net.txt其他用户删除读权限