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

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

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

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

Linux Basics: The Command Line Interface - 6

Курс от Dartmouth College, Institut Mines-Télécom
Начальный≈ 7.7 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course will introduce you to Linux, a powerful operating system used by most professional developers! Why add Linux to your C programming skills? Most people use Linux without knowing it! Whether you use a smartphone, search the web, or use an ATM, each time Linux is involved somewhere in the background. It is the most used operating system for embedded devices and high-performance servers. It is also the most common operating system used by developers to create software applications. In this course, you will learn the history of Linux and how its open source community was able to create today’s most advanced operating system. You will navigate the file system, use fundamental Linux commands and master the Linux command line interface. These are essential skills for every developer. You will also be able to produce software written in C using the industry-standard tools on Linux. We are excited to introduce you to Linux and guide you along your path to becoming a skilled user of this powerful operating system! At the end of this short course, you will reach the sixth milestone of the C Programming with Linux Specialization, unlocking the door to a career in computer engineering. Your job Outlook: - Programmers, developers, engineers, managers, and related industries within scientific computing and data science; - Embedded systems such as transportation, utility networks, and aerospace; - Robotics industry and manufacturing; - IoT (Internet of Things) used in smart homes, automation, and wearables. - IEEE, the world’s largest technical professional organization for the advancement of technology, ranks C as one of the top programming languages of 2017 in demand by employers. (Source: IEEE Spectrum) This course has received financial support from the Patrick & Lina Drahi Foundation.

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

Command-Line InterfaceLinuxFile ManagementUnixC (Programming Language)Linux CommandsFile SystemsMemory ManagementComputer EngineeringLinux ServersBuild ToolsComputer ProgrammingEmbedded SoftwareOpen Source TechnologyEmbedded SystemsOS Process Management

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

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

01Welcome15 материалов

Introduction

Let's get startedВидео

About this course

Course syllabusЧтениеTwo universities teamed up to offer a new specialization in C Programming with LinuxЧтениеThe course teamЧтение

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

Rémi SHARROCK

Associate Professor, Telecom Paris

Petra Bonfert-Taylor

Professor of Engineering | Associate Dean for Diversity and Inclusion

Linux Basics: The Command Line Interface - 6
В каталоге вашей программы

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

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

Начать на Coursera

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

Обучение на Coursera

≈ 7.7 ч

5 модулей

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

Субтитры: Арабский, Французский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Русский, Тайский, Индонезийский, Шведский, Турецкий, Испанский, Хинди, Японский, Казахский, Польский

Часть программы вашего университета
Collaborative MOOCЧтение
Earn a Specialization from Dartmouth and IMTЧтение
Get the most out of this courseЧтение
Are you ready to start?Задание

We want to learn more about you

Pre-course surveyЧтениеIntroduce yourselfОбсуждение

Learning about the tools: WebLinux

Learn how to use WebLinuxВидеоAccess to WebLinuxЧтение

Interacting on the discussion forum

Learn how to post code on the Coursera forumЧтениеLearn how to post your codeОбсуждение

Technical, general, organisational and other questions

Technical, general, organisational and other questionsОбсуждение
02Week 1: History of Linux and the command line12 материалов

Discovering operating systems

Operating systems genesis: definition, services (files, memory, processes), key datesВидеоUNIX genesis: MAC projet @ MIT, MULTICS, Thompson & RitchieВидеоActivity: OS, UNIX, history and genesisВнешний инструментLinux genesis and history: GNU, Stallman, GPL, Linus Torvals, LinuxВидеоActivity: Linux GenesisВнешний инструмент

Manipulating the command line interface

Command line interface, prompt, command options and files data, command cal as exampleВидеоFirst commands: echo 'hello world', date, cal, history, whoami, hostname, uptime, clear, command not found, man, command optionsВидеоActivity: the command line interfaceВнешний инструментInteractive commands: top, htop, nano, vim, how to get back to the promptВидеоPlay with commands: hello, worm, firework, rain, hanoiВидеоActivity: GNU, Linux, Command line, promptВнешний инструмент

Reflect on your learning progress

Self-assess your learning in the History of Linux and the command lineЗадание
03Week 2: The Linux file system17 материалов

Discovering the file system

FilesystemВидеоpwd, cd, ls, absolute path, relative path (1)Видеоpwd, cd, ls, absolute path, relative path (2)ВидеоActivities: discovering the filesystemВнешний инструмент

Creating and deleting files and folders

Touch, rm, names with spacesВидеоcat lessВидеоActivity: cat less moreВнешний инструментmkdir, rm -rВидеоActivity: remove a file and a folder using absolute pathsВнешний инструмент

Unblocking yourself in the command line

Unblock yourself in the command lineВидеоActivity: getting unstuck from the command lineВнешний инструмент

Modifying, moving and copying files and folders

mv: rename and moveВидеоcp, cp -rВидеоActivity: linux and the filesВнешний инструмент

Searching files and folders

Find locateВидеоActivity: find and locateВнешний инструмент

Reflect on your learning progress

Self-assess your learning in The Linux file system Задание
04Week 3: C program compilation with gcc15 материалов

Compiling C programs under Linux

Compiler vs interpreterВидеоCompile a C program automatically on WeblinuxВидеоCompile a C program using GCCВидеоActivity: compilationВнешний инструмент

Managing memory with Linux

Memory representation, RAM, cells, word, byte, bit, memory addressЧтениеMemory representation, RAM, cells, word, byte, bit, memory addressВидеоManage the memory with the command line: free, top, htopВидеоMemory consumption of a program using htop, virtual memoryВидеоReboot Weblinux if neededВидеоActivity: Memory with linuxВнешний инструмент

Scanf and interactive programs in C

Interactive programs in C using scanf, fflushВидеоUse scanf and file redirection to simulate an inputВидеоDon’t use scanf, use fgets getline or readlineВидеоActivity: Interactive programsВнешний инструмент

Reflect on your learning progress

Self-assess your learning in C program compilation with gccЗадание
05Concluding the course3 материалов

Let's continue coding

Let's continue codingВидеоCongratulationsЧтение

We value your feedback

End of course surveyЧтение