一:1
[…test]# mkdir company
[…test]# cd ./company
[…company]# mkdir fance
[…conpany]# cd ./fance
[…fance]#
[…fance]#
[…fance]# cd ../
[…company]# mkdir human
[…company]#cd ./human
[…human]#
[…hunman]#
2
[…test]# groupadd fringegroup
[…test]# useradd andrew
[…test]# useradd jason
[…test]# useradd lili
[…test]# useradd yoyo
[…test]#useradd jay
[…test]# useradd mary
[…test]# gpasswd –a andrew fringegroup
[…test]# gpasswd –a jason fringegroup
[…test]# gpasswd –a lili fringegroup
[…test]# gpasswd –a yoyo fringegroup
[…test]# gpasswd –a jay fringegroup
[…test]# gpasswd –a mary fringegroup
[…test]#groupadd fancegroup
[…test]# useradd may
[…test]#useradd long
[…test]#useradd chen
[…test]#useradd lin
[…test]#useradd fang
[…test]#useradd zhang
[…test]#gpasswd –a may fancegroup
[…test]#gpasswd –a long fancegroup
[…test]#gpasswd –a chen fancegroup
[…test]#gpasswd –a lin fancegroup
[…test]#gpasswd –a fang fancegroup
[…test]#gpasswd –a zhang fancegroup
[…test]#gpasswd –A andrew fringegroup
[…test]#passwd andrew
[…test]# chfn andrew
[…test]# chsh  /bin/csh
[…test]# passwd –d jason
unix文件系统二:
1、 简述Linux系统的特性。(课本第四页)
答案:开放性、多用户性、多任务性、良好的用户界面、设备独立性、提供了丰富的网络功能、可靠的系统安全、良好的可移植性。
2、 什么是文件管理系统?包括什么类型?(第140页)
    答案:操作系统中负责管理和存储文件信息的软件机构称为文件管理系统,简称文件系统。文件系统由三部分组成:与文件管理有关的软件、被管理的文件以及实施文件管理所需的数据结构。
3、 目前主流Linux桌面产品有哪些?
  答案:RedHat ,Debian, Fedora, Ubuntu,SUSE
三:
1.输出结果:The  sum  is  30 
2.从键盘输入两个数字:150        50   
结果:150 = 50           
  3.输出结果:a, b,c,e,i 
2,4,6,8
四:
[root@localhost bin ] # gedit test1
#! /bin/sh
  Total = 0
  For ((j = 1; j < = 100 ; j +))
  Do
    Total = ‘expr  $ total + $j’
  Done
  Echo “The result is $ total ”
[root@localhost bin ] #chmod +x  test 1
[root@localhost bin ] #./ test 1
结果:The result is 5050

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。