linux实验-基本指令1

时间:2018-05-24 04:25:30
【文件属性】:

文件名称:linux实验-基本指令1

文件大小:7KB

文件格式:RAR

更新时间:2018-05-24 04:25:30

Linux 实验1 华农

1 root帐号登录 查看 tmp目录 如果 tmp目录下没有子目录myshare 则建立该目录 2 创建帐号testuser 3 把myshare目录及其目录下的所有文件和子目录的拥有者该为testuser 工作组改为users 4 切换至testuser帐号 进入 tmp myshare目录 采用vim编辑器编写以上程序 程序名称为hello sh: # bin bash echo "app start" echo e func { echo "hello world " } func echo e echo "app end" 5 保存hello sh后 给予hello sh拥有者可读 可写和可执行的权限 同组可读可执行 其他人可执行权限 6 输入 hello sh 观察程序输出的效果 7 进入testuser的用户主目录 在这个目录下创建hello sh的软链接 同时拷贝hello sh到该目录下并改名为hello sh bak 要求拷贝时保留文件属性值 8 退出testuser帐号 回到root帐号 从 开始查找后缀名为 conf的所有文件 把输出结果重定向到testuser帐号的主目录下的output txt文件 9 在上一步操作的 conf文件中找出文件容量最大的和最小那个 并把这两个文件的容量大小输出到output txt文件中 10 统计出系统中有多少个用户帐号 把数量输出到output txt文件中 11 把output txt文件转换为windows记事本可正规打开的格式 12 tar打包压缩testuser帐号主目录下的所有文件 13 用U盘把上一步打包压缩文件拷贝到U盘上 14 执行userdel r testuser 执行rm fr myshare">1 root帐号登录 查看 tmp目录 如果 tmp目录下没有子目录myshare 则建立该目录 2 创建帐号testuser 3 把myshare目录及其目录下的所有文件和子目录的拥有者该为testuser 工作组改为users 4 切换至testuser帐号 进入 tmp myshare [更多]


【文件预览】:
linux实验1
----testuser.tar(60KB)

网友评论