|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/linux-shell-course-for-beginners/
课程评论:没有评论
**课程内容总结:Linux Shell入门** 本课程是Linux Shell系列的第一门课程,旨在教授Linux Shell基础知识,帮助初学者掌握终端使用。课程时长不到一小时,内容涵盖: * **Linux终端基础**:如何打开Linux终端。 * **目录操作**:理解目录结构,列出目录内容,以及如何创建和删除目录。 * **文件管理**:学习文件权限的理解与操作,包括如何更改文件权限。掌握复制、移动和删除文件及目录(包括非空目录)的命令。 * **通配符应用**:掌握`*`和`?`通配符的使用。 * **重定向与管道**:了解如何使用重定向和管道来增强命令行的功能。 本课程为后续更深入的Linux Shell系列课程奠定基础,未来课程将涉及Shell脚本编写、`grep`和`sed`等实用工具的使用、Linux下的C语言和Perl编程以及文件系统结构等内容。
This course is teaches the basics of using the linux shell, and is intended as a first course in using the terminal. In just under an hour, you'll learn how to navigate the directory structure, show the contents of directories, how to understand and work with file permissions, how to copy, move, and remove files and directories, and more. Topics include: How to open the linux terminalAll about directoriesListing a directory's contentsUnderstanding file permissionsChanging permissionsHow to make and remove directoriesUsing the wildcard characters * and ?Copying, moving, and removing files.Removing non-empty directoriesUsing redirection and piping. This is the first course in a new series of courses on the linux shell. Upcoming courses will explore various aspects of the shell, such as scripting, using utilities such as grep and sed, C and Perl programming in linux, and the file structure. I hope you join me as we explore linux together.