Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Ultimate Linux Command Line Walkthrough
Rating: 4.1 out of 5(303 ratings)
14,890 students

The Ultimate Linux Command Line Walkthrough

Get up to speed with the Linux command line quickly
Created byLior Avital
Last updated 11/2019
English
English [Auto],

What you'll learn

  • Learn how to install Linux on a Virtual Machine
  • Learn essential Linux terminal commands
  • Gain a familiarity with the Linux operating system

Course content

2 sections12 lectures1h 6m total length
  • Overview4:45

    Master the Linux command line, the open source tool used by IT professionals daily to navigate directories, create scripts, search files, and convert formats on Unix-like systems.

  • Ubuntu Linux VM Install - The complete process from download to system18:18

    Install Ubuntu Linux in a virtual box by downloading the ISO, creating a 10 GB disk, allocating RAM, and booting from the image to set up the desktop and terminal.

  • Command #1 - ls6:53

    Learn how to use the ls command to list directory contents, distinguish files and directories, apply options like -l and -d, use wildcards, and consult the manual with man ls.

  • Command #2 - cp6:17

    Learn the cp command to copy files and directories, mastering its syntax and options, including copying a single file from desktop to documents, and performing recursive copies of directories.

  • Command #3 - mkdir2:33

    Learn to use mkdir to create directories and directory trees in the terminal, including the -p option for creating parent paths, with practical examples on the desktop for scripting.

  • Command #4 - cd3:10

    Explore the cd command to move between directories, navigate from desktop into subfolders, use .. to reach the parent directory, and try -L or -B options.

  • Command #5 - rm3:57

    Delete files or directories with the rm command, using -r to remove folders and their contents, as shown by deleting a file and recursively removing a directory tree.

  • Command #6 - grep6:01

    Grep prints lines that match a pattern in a text file. Use it to search for errors in log files and count matches with minus C to aid debugging.

  • Command #7 - cat3:58

    Explore how the cat command concatenates files and prints to the standard output. Learn to view and combine multiple text files in the terminal.

  • Command #8 - sudo5:09

    Use sudo to run commands with root privileges. Learn how sudo elevates permissions and lets you switch user contexts without logging in as another user.

  • Command #9 - df4:05

    Explains how to use the df command to display free space on filesystems with block size options, including gigabytes, megabytes, and terabytes.

Requirements

  • Be curious
  • Explore the material yourself
  • Enjoy the learning process :)

Description

Linux is the leading Cloud operating system that runs the world of IT.

You can't avoid it, even if you try hard.

Linux is everywhere

This is your opportunity to become a professional in the Linux OS and terminal.

Since studying can be fun and shouldn't be hard, we're offering you an easy route to the Linux terminal and command line.

In this course you learn the following:

  • Installing Linux

  • Using the Linux terminal

  • Commands for manipulating files, directories and a lot of important commands

Who this course is for:

  • Beginner Linux Users
  • Computer hobbyists
  • Students
  • Professional programmers / DevOps