Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Linux Beginner Commands
Rating: 4.2 out of 5(485 ratings)
28,250 students

Linux Beginner Commands

Start using Linux Terminal
Created byPeter A
Last updated 8/2022
English
English [Auto],

What you'll learn

  • How to use Linux terminal
  • Navigate the File system
  • Find files
  • Change permissions
  • Work with Archives

Course content

1 section12 lectures36m total length
  • Introduction0:03
  • Echo command3:28

    Learn how the echo command prints text in Linux, Mac, and Windows, including redirecting output to files with > and appending with >> to build files.

  • List files and folders5:10

    Learn to list directory contents with the ls command, reveal hidden files using ls -a, and explore detailed, human-readable formats with ls -l and ls -h, including combining flags.

  • Change directory0:10
  • Show file contents3:18

    Understand how to display file contents in linux with cat and its alternatives, including head and tail, and view data in hexadecimal or by base64 encoding/decoding.

  • Find files3:35

    Use the find command to locate dot txt and other files by type or name across home, documents, and hidden directories, using -name and asterisks.

  • Search inside files2:49

    Use grep to search within text files or across multiple files for words and phrases, returning matching lines. Learn case sensitivity, wildcard searches (for example *.txt), and multi-word queries.

  • Run as administrator2:18

    Identify the current user and the root administrator, then use sudo to run commands as root. Explore the root directory, permissions, and password prompts to ensure secure administrator access.

  • Permissions4:07

    Set and interpret Linux file permissions to control read, write, and execute access for user, group, and others, and switch between graphical and command line methods to adjust them.

  • Download file (wget)2:54

    Learn to use wget to download any file from the internet via the terminal, including running downloads in the background with the -B option and observing terminal output.

  • Curl3:25

    Curl enables interaction with the internet using multiple protocols, including http and ftp, showing how to fetch data, save output with -o, limit rate, and view redirects as web pages.

  • Archives5:17

Requirements

  • No prior knowledge required

Description

This course teaches you the Linux command line. You will learn how to use the terminal, create and delete files, navigate directories and files and perform a variety of other tasks. This course is designed for Linux users and novices. It is a beginners course. However, those who are comfortable with Linux might not learn anything new in this course.

You will learn the basics of using a Linux system, the essential skills you must have for your career. If you are Software Developer, Ethical Hacker or System Administrator you must know the basic Linux commands. This course helps you to learn fast and easy through the simple to understand, i will be explaining a lot of things in linux command line.

You will learn how to navigate the file system, how to search files on the system, how Linux file permissions work, how to run commands as system administrator, how to work with archives like zip and tar.gz in Linux and much more.

Do you want to learn the basic Linux commands? This course is for you! It teaches you the absolute basics of using the Linux command line. You don't need any prior Linux knowledge before doing this course.

Who this course is for:

  • Beginner Ethical Hackers
  • Software Developers
  • Linux enthusiasts