首页 > 系统相关 >Linux基础练习题

Linux基础练习题

时间:2024-11-08 23:15:30浏览次数:3  
标签:练习题 students 基础 roots Linux home root teacher localhost

1、截取登录成功界面

2、进入用户主目录后切换root用户

su root  //输入管理员密码切换到root用户

3、在该目录下新建名为teacher和students的文件夹

mkdir teacher students    //使用mkdir创建文件夹
ls -a /home/roots         //ls -a用于查看是否创建成功

4、在teacher文件夹下新建名为Wangquan和Xiongfanshu的文件,并更新其时间。

[root@localhost roots]# cd /home/roots/teacher     //cd跳转到teacher文件夹
[root@localhost teacher]# touch Wangquan Xiongfanshu   //touch创建文件并更新时间
[root@localhost teacher]# cd /home/roots     //cd跳转到roots文件夹
[root@localhost roots]# ls -l teacher        //ls -l检查是否创建文件和更新时间
总用量 0
-rw-r--r--. 1 root root 0 11月  8 21:54 Wangquan
-rw-r--r--. 1 root root 0 11月  8 21:54 Xiongfanshu

5、在students文件夹下新建名为Liwentao、Weiweiyao、Wangxuanren的文件,并分别更新这三个的访问时间为2010、2001和2019

[root@localhost roots]# cd /home/roots/students
[root@localhost students]# touch Liwentao Weiweiyao Wangxuanren
[root@localhost students]# touch -a -t 201011082207 Liwentao //touch -a -t 年月日时间 文件名
[root@localhost students]# touch -a -t 200111082207 Weiweiyao  //修改访问时间
[root@localhost students]# touch -a -t 201911082208 Wangxuanren
[root@localhost students]# cd /home/roots
[root@localhost roots]# ls -l students
总用量 0
-rw-r--r--. 1 root root 0 11月  8 22:05 Liwentao
-rw-r--r--. 1 root root 0 11月  8 22:05 Wangxuanren
-rw-r--r--. 1 root root 0 11月  8 22:05 Weiweiyao

6、移动teacher文件夹至students文件夹里面

[root@localhost roots]# mv teacher students/    //mv 源文件名 目标文件名
[root@localhost roots]# ls -l students
总用量 0
-rw-r--r--. 1 root root  0 11月  8 22:05 Liwentao
drwxr-xr-x. 2 root root 41 11月  8 21:54 teacher
-rw-r--r--. 1 root root  0 11月  8 22:05 Wangxuanren
-rw-r--r--. 1 root root  0 11月  8 22:05 Weiweiyao

7、将teacher文件夹里面的Wangquan、Xiongfanshu这俩个文件删除

[root@localhost roots]# cd /home/roots/students/teacher
[root@localhost teacher]# rm Wangquan Xiongfanshu    //rm 需删除的文件名
rm:是否删除普通空文件 "Wangquan"?y       //输入y回车确认删除
rm:是否删除普通空文件 "Xiongfanshu"?y
[root@localhost teacher]# cd /home/roots/students
[root@localhost students]# ls -a teacher
.  ..

8、回到以你的名字为名的文件夹,删除students文件夹里面的空目录

[root@localhost students]# cd /home/roots
[root@localhost roots]# ls -a students
.  ..  Liwentao  teacher  Wangxuanren  Weiweiyao
[root@localhost roots]# rmdir /home/roots/students/teacher  //rmdir删除空目录
[root@localhost roots]# ls -a students
.  ..  Liwentao  Wangxuanren  Weiweiyao

9、将students文件夹里面的Weiweiyao改名为Fengjie

[root@localhost roots]# cd /home/roots/students
[root@localhost students]# mv Weiweiyao Fengjie  //mv亦可以修改文件名
[root@localhost students]# cd /home/roots
[root@localhost roots]# ls -a students
.  ..  Fengjie  Liwentao  Wangxuanren

10、回到以你的名字为名的文件夹,打印其目录结构

[root@localhost roots]# cd /home
[root@localhost home]# ls -a roots
.              .bash_profile  .dbus          .mozilla  模板  下载
..             .bashrc        .esd_auth      .redhat   视频  音乐
.bash_history  .cache         .ICEauthority  students  图片  桌面
.bash_logout   .config        .local         公共      文档
[root@localhost home]# cd /home/roots
[root@localhost roots]# ls -a students
.  ..  Fengjie  Liwentao  Wangxuanren

11、查找teacher目录下的Xiongfanshu文件

[root@localhost roots]# cd /home/roots/students
[root@localhost students]# find teacher -name "Xiongfanshu"
find: ‘teacher’: 没有那个文件或目录

12、在student目录下查找超过4k的文件

[root@localhost roots]# find students -type f -size +4k
//没有超过4k的文件
[root@localhost roots]# find students -type f -size -4k
students/Liwentao        
students/Wangxuanren
students/Fengjie

标签:练习题,students,基础,roots,Linux,home,root,teacher,localhost
From: https://blog.csdn.net/weixin_73787152/article/details/143635432

相关文章

  • 2024-2025-1 20241312 《计算机基础与程序设计》第7周学习总结
    |这个作业属于哪个课程|2024-2025-1-计算机基础与程序设计||这个作业要求在哪里|2024-2025-1计算机基础与程序设计第七周作业||这个作业的目标|①数组与链表②基于数组和基于链表实现数据结构③无序表与有序表④树⑤图⑥子程序与参数||作业正文|https://www.cnblogs.com/s......
  • 《基础设施、政策与发展杂志》-外文期刊征稿 Journal of Infrastructure, Policy and
    @目录一、会议详情二、重要信息三、大会介绍四、出席嘉宾五、征稿主题一、会议详情二、重要信息大会官网:https://ais.cn/u/vEbMBz三、大会介绍《基础设施、政策与发展杂志》(JIPD)是一本多学科、双盲同行评审期刊,致力于发表有关基础设施、经济发展和公共政策的高质量文章。......
  • 实验3 类和对象_基础编程2
    试验任务1: button.hpp:  #pragmaonce#include<iostream>#include<string>usingstd::string;usingstd::cout;//按钮类classButton{public:Button(conststring&text);stringget_label()const;voidclick();private:......
  • 向量数据库 PieCloudVector 进阶系列丨打造以 LLM 为基础的聊天机器人
    本系列前两篇文章深入探讨了PieCloudVector在图片和音频数据上的应用之后,本文将聚焦于文本数据,探索PieCloudVector对于文本数据的向量化处理、存储以及检索,并最终结合LLM打造聊天机器人的全流程。在自然语言处理任务中涉及到大量对文本数据的处理、分析和理解,而向量数据库......
  • hive基础知识分享(三)
    写在前面今天继续学习hive部分的知识。Hive中如何实现行列转换一行变多行可以对表使用LATERALVIEWEXPLODE(),也可以直接使用EXPLAIN()函数来处理一行数据。SELECTname,col1FROMtestarray2LATERALVIEWEXPLODE(weight)t1AScol1;多行变一行使用GROUPBY+......
  • Linux基础(2)
    学习地点(泷羽sec的个人空间-泷羽sec个人主页-哔哩哔哩视频(bilibili.com))LInux目录介绍   Linux常见目录及作用        /:操作系统的根路径      /bin:存储二进制可执行目录,普通用户和管理员都可以执行的命令      /etc:系统管理和配置文件......
  • 内网学习一:windows基础
    工作组介绍按照不同的计算机功能或工作部门将计算机列入不同的工作组。要是想访问某一个工作组的资源只需要双击该部门的工作组,就可以看到该组内的所有计算机。目的:在大型网络中,方便管理员去管理设备加入工作组右击计算机图标---->属性---->高级系统设置---->计算机名---......
  • 2024-2025-1 20241305 《计算机基础与程序设计》第七周学习总结
    作业信息这个作业属于哪个课程2024-2025-1-计算机基础与程序设计(https://edu.cnblogs.com/campus/besti/2024-2025-1-CFAP)这个作业要求在哪里2024-2025-1计算机基础与程序设计第七周作业这个作业的目标1、数组与链表2、基于数组和基于链表实现数据结构3、无序表......
  • 实验3 类和对象_基础编程2
    实验任务11#pragmaonce23#include<iostream>4#include<string>56usingstd::string;7usingstd::cout;89//按钮类10classButton{11public:12Button(conststring&text);13stringget_label()const;14voi......
  • 2024-2025-1 20241407《计算机基础与程序设计》第七周学习总结
    这个作业属于哪个课程[2024-2025-1计算机基础与程序设计](https://edu.cnblogs.com/campus/besti/2024-2025-1-CFAP)这个作业要求在哪里2024-2025-1计算机基础与程序设计第七周作业这个作业的目标学习数组与链表,基于数组和基于链表实现数据结构,无序表与有序表,树,图,子......