• Post category:StudyBullet-3
  • Reading time:7 mins read


Introductory course to the Linux and Mac OS command Line. This is a great course for both Mac OS and Linux beginners.

What you will learn

This course will teach the students how to use the command line to make their computer perform tasks.

Learn how to use the command line to manipulate files, include creating, listing, renaming, copying and deleting them.

Learn how to work with directories (folders): making, changing, renaming, copying and deleting them.

Students will be able to give most of the basic commands that every shell user uses on a daily basis.

Description

Command Line for Beginners: Mac OS & Linux

Introductory course to the Linux and Mac OS command Line. This is a great course for both Mac OS and Linux beginners.

Programming languages are advanced ways to communicate and control your computer with language. Learning the command line teaches you how to communicate and control your computer using language.

On Mac OS the command line is called Terminal and on Linux it’s called Bash. The Terminal and the Bash are the interface between you and the operating system.

Once you know the command line, you can write code that will give you the power to perform tasks on your computer almost instantly.

This course will teach the students how to use the command line to make their computer perform tasks.


Get Instant Notification of New Courses on our Telegram channel.


Learn how to use the command line to manipulate files, including creating, listing, renaming, copying and deleting them.

Learn how to work with directories (folders): making, changing, renaming, copying and deleting them.

Students will be able to give most of the basic commands that every shell user uses on a daily basis.

This course is for students that don’t know how to use the Terminal on Mac OS or Bash on Linux and want to learn the command line so they can perform tasks more efficiently and control the computer.

English
language

Content

Introduction
Introduction
What is a Shell?
What is a Shell?
Give the description of a shell:
What is the Kernel?
What is the Kernel?
What is the kernel?
Operating System
What is the Operating System?
What is the Operating System?
What is Bash?
What is Bash?
What does Bash stand for?
Setup
Setup
PWD
PWD
Make a Directory (mkdir)
Make a Directory (mkdir)
Change Directory (cd)
Change Directory (cd)
List Directory (ls)
List Directory (ls)
Move Around (pushd, popd)
Move Around (pushd, popd)
Copy a File (cp)
Copy a File (cp)
Move a File (mv)
Move a File (mv)
Make Empty Files (touch)
Make Empty Files (touch)
Stream a File (cat)
Stream a File (cat)
Create or Edit Text Files (nano)
Create or Edit Text Files (nano)
View a File (less)
View a File (less)
Search Files (grep)
Search Files (grep)
Remove a File (rm)
Remove a File (rm)
Remove Directory (rmdir)
Remove Directory (rmdir)
Search for a File (find)
Search for a File (find)
Bonus Useful Commands
Bonus Useful Commands