Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Linux As You Go
Rating: 4.6 out of 5(37 ratings)
3,823 students

Linux As You Go

Linux As You Go
Last updated 10/2022
Arabic
Arabic [Auto],

What you'll learn

  • Linux
  • Cli
  • Linux Commands
  • Bash

Course content

1 section18 lectures1h 53m total length
  • Open/Closed Source/Why Linux is deferent/Embedded Linux and Customization15:25
  • Open/Closed Source/Why Linux is deferent/Embedded Linux and Customization10:01
  • CLI, main Linux distributions8:10
  • Command structure and CLI5:59
  • Basic Commands -CLI5:56
  • Practical - Basic Commands -CLI - Part 112:31
  • Practical - Basic Commands -CLI - Part 29:17
  • File Permission - System Admin - Part 112:33
  • File Permission - System Admin - Part 212:46
  • LAG 12:59
  • L22:28
  • L32:04
  • L42:42
  • tee commands2:16
  • awk command p13:33
  • awk command p21:37
  • awk & positioning command2:42
  • To be continued0:02

Requirements

  • Linux Essential

Description

This concise and practical Linux command-line course is designed for beginners and professionals who want to quickly build hands-on knowledge of essential Linux commands. Each lesson is short and focused—about three minutes or less—making it perfect for fast-paced learners or those with limited time.

You'll start with the basics, learning how to navigate the file system using commands like ls to list files and directories, and cat to display file contents. You’ll practice creating, moving, and removing files and directories using commands such as touch, mkdir, mv, and rm. The course also covers file and directory permissions in detail, teaching you how to view and change them using the chmod command—an essential skill for managing access and securing your system.

Next, you’ll explore the power of pipelines (|) to connect commands, and the tee command to split output between the screen and a file. You'll learn how to log command output, extract specific parts of log files, and monitor logs in real time.

The course also introduces the awk command for parsing structured text and provides effective methods for searching inside files using tools like grep. By the end of this course, you'll be equipped to confidently work in the Linux environment, handle files and logs efficiently, and automate tasks using the command line. Whether you're a developer, sysadmin, or student, these skills will enhance your productivity and understanding of Linux systems.

Who this course is for:

  • Beginners