К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Mastering Linux Command Line · LearnSpace
Назад в каталог
courseraIT и технологии

Mastering Linux Command Line

Курс от Packt
Начальный≈ 19.7 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Mastering the Linux command line can significantly enhance your productivity and proficiency in managing systems. In this comprehensive course, you'll gain hands-on experience with a variety of commands, tools, and techniques, allowing you to navigate the Linux environment confidently. You'll not only understand fundamental commands but also learn how to use advanced features to streamline your workflow and perform complex tasks with ease. You'll begin by understanding the Linux architecture, shell basics, and file system organization. After learning about the core Linux structure, you'll move on to mastering essential commands such as cd, ls, and cp, and how to use redirection, piping, and file manipulation commands. As you progress, you will gain familiarity with editing files using the vi editor, performing text processing with filters, and using regular expressions. The course also dives into process management, job scheduling, and handling user accounts and permissions. You'll be able to seamlessly switch between users, manage permissions, and work with process IDs (PIDs). Later sections explore the usage of tools like tar for archiving, cron for scheduling, and SSH for secure connections, giving you a full spectrum of tools to enhance your Linux experience. This course is ideal for anyone looking to master the Linux command line, including system administrators, developers, and IT professionals. No prior experience with Linux is required, making it suitable for both beginners and those looking to sharpen their skills.

Навыки, которые вы освоите

Linux CommandsUser AccountsFile ManagementLinuxFile SystemsRemote Access SystemsScriptingShell ScriptOS Process ManagementBash (Scripting Language)Command-Line InterfaceUnix ShellLinux AdministrationDevOpsgrep

Программа курса

18 модулей · 125 учебных материалов

01Level "0"3 материалов

Level "0"

Course OverviewВидеоFull Course ResourcesЧтениеHow 2 GET BEST out of this course?Видео
02Getting Started10 материалов

Getting Started

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

Mastering Linux Command Line
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 19.7 ч

18 модулей

Язык: Английский

Субтитры: Казахский, Испанский

Часть программы вашего университета
History (<4 mins)Видео
Linux Architecture & FeaturesВидео
ShellsВидео
Lab SetupВидео
Connecting to Linux MachineВидео
Linux Command Structure & Basic Commands - cd, lsВидео
Getting HELP on a Linux System? Where is F1?Видео
Internal and External CommandsВидео
Command-line Productivity Tricks - 1Видео
Exploring the Linux Command StructureDIALOGUE
03Understanding Linux File System14 материалов

Understanding Linux File System

Linux File System OrganizationВидеоFile TypesВидеоHome DirectoryВидеоFile Naming RestrictionsВидеоUnderstanding PathsВидеоWhat are dot (.) files?ВидеоNavigating File SystemВидеоWild CardsВидеоFew Basic CommandsВидеоRunning Multiple CommandsВидеоCommand SubstitutionВидеоCreate Your Own Commands with aliasВидеоUnderstanding the Linux File SystemDIALOGUEAssessment 1Задание
04Working with Directories and Files11 материалов

Working with Directories and Files

Working with Directories - Part 1ВидеоWorking with Directories - Part 2ВидеоWorking with Files - wcВидеоWorking with Files - cat, tac, revВидеоWorking with Files - moreВидеоWorking with Files - lessВидеоWorking with Files - head, tailВидеоWorking with Files - Copy, Move, Delete..ВидеоWorking with Files - createВидеоWorking with Files - splittingВидеоMastering Linux Directory CommandsDIALOGUE
05Standard I/O & Redirection6 материалов

Standard I/O & Redirection

Standard I/O ConceptsВидеоRedirectionВидеоTerminal and Null FilesВидеоFile Descriptors UsageВидеоUsing "I" (pipe) - sort & uniq commandsВидеоMastering IO Redirection in LinuxDIALOGUE
06Users, Groups & Switching User6 материалов

Users, Groups & Switching User

Understanding Users & GroupsВидеоThe "root" accountВидеоSwitching Users - su commandВидеоThe sudo commandВидеоWorking with Linux User and Group PermissionsDIALOGUEAssessment 2Задание
07File Attributes and Permissions8 материалов

File Attributes and Permissions

Understanding File AttributesВидеоUnderstanding PermissionsВидеоls -l outputВидеоChanging ownership and Permissions bits of a fileВидеоUnderstanding Numeric FormatВидеоUnderstanding Default Permissions (umask)Видео"file" commandВидеоUnderstanding Linux File PermissionsDIALOGUE
08Editing Files using "vi" editor10 материалов

Editing Files using "vi" editor

vi Editor - Basic ConceptsВидеоvi Editor - Part 1Видеоvi Editor - Part 2Видеоvi Editor - Part 3Видеоvi Editor - Part 4Видеоvi Editor - Part 5Видеоvi Editor - Part 6Видеоvi Editor - Part 7Видеоvi Editor - Part 8ВидеоNavigating the vi Editor ModesDIALOGUE
09Regular Expressions4 материалов

Regular Expressions

Regular Expressions - Part 1ВидеоRegular Expressions - Part 2ВидеоIntroduction to Regular Expressions in LinuxDIALOGUEAssessment 3Задание
10Text Processing - Filters & Searching9 материалов

Text Processing - Filters & Searching

"cut" commandВидео"paste" commandВидео"tr" commandВидеоtee commandВидео"sort" & "uniq" commandsВидео"grep" commandВидео"find" command - Part 1Видео"find" command - Part 2ВидеоExploring Linux 'cut' CommandDIALOGUE
11Understanding Links (Hard & Soft/Symbolic)2 материалов

Understanding Links (Hard & Soft/Symbolic)

Hard Link & Soft Link Concepts & DemoВидеоUnderstanding Soft and Hard Links in FilesystemsDIALOGUE
12The Process10 материалов

The Process

Process, Parent Process, Child Process, PID & PPIDВидеоTypes of Processes - FG, BG, DaemonВидеоViewing the Running Processes (ps command)Видео"nohup" commandВидео"time" commandВидеоSignalsВидеоKilling/Terminating processes using "kill" commandВидеоJob Control - jobs, fg, bgВидеоExploring Linux ProcessesDIALOGUEAssessment 4Задание
13Scheduling Jobs4 материалов

Scheduling Jobs

Scheduling ConceptsВидео"at" command & "batch" commandВидеоUsing "cron"ВидеоScheduling Jobs on a Linux SystemDIALOGUE
14Handy Tools/Utilities5 материалов

Handy Tools/Utilities

Archiving Files using tar - Part 1ВидеоArchiving Files using tar - Part 2ВидеоFinding System InformationВидеоShutdown and RebootВидеоUsing the "tar" Command for Backups and CompressionDIALOGUE
15Connecting to Linux Systems7 материалов

Connecting to Linux Systems

Direct GUI LoginВидеоPutty InstallationВидеоSSH from a Windows to Linux MachineВидеоSSH from a Linux to Linux MachineВидеоSSH from a MAC to Linux MachineВидеоExploring SSH ConnectionsDIALOGUEAssessment 5Задание
16Customizing Shell Environment5 материалов

Customizing Shell Environment

Shell Prompt CustomizationВидеоBash Shell Special FilesВидеоalias CommandВидеоVariables, Env Variables and source commandВидеоCustomizing Bash Prompt and EnvironmentDIALOGUE
17Shell Scripting Basics3 материалов

Shell Scripting Basics

Shell Scripting Absolute BasicsВидеоBasic Shell Script ExecutionDIALOGUEAssessment 6Задание
18Appendix & Miscellaneous8 материалов

Appendix & Miscellaneous

VirtualBox - InstallationВидеоVirtualBox - Interface Walk-thruВидеоVirtualBox - Creating a Virtual MachineВидеоVirtualBox -Installing Ubuntu OSВидеоAWS - Creating AWS AccountВидеоCreating a Linux EC2 instance & SSH to itВидеоFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание