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 || Linux command Line
Rating: 4.6 out of 5(31 ratings)
1,028 students

Linux Beginner Commands || Linux command Line

Learn Linux commands and begin using Linux Terminal, Basic of Linux commands you need to start working with it.
Last updated 2/2023
English
English [Auto],

What you'll learn

  • How to use Linux terminal
  • Basic Linux Commands
  • Use Linux terminal easily
  • Find files
  • Navigate the File system
  • Archives
  • Changing permissions
  • And more

Course content

2 sections24 lectures1h 22m total length
  • Online Linux Terminal0:01
  • Echo3:32

    Master the echo command across Linux, Windows, and macOS by printing text to the terminal, redirecting output to files, and differentiating overwrite versus append with > and >>.

  • List Files and Folders5:15
  • Change Directory (cd)4:31

    Master the cd command to traverse the file system, move between folders, and verify your location with pwd. Use tab completion and clear the screen for efficiency.

  • Show File Contents (cat)3:54

    Learn to view file contents with cat, use cut as an alternative, and apply head, tail, and base64 for encoding and decoding.

  • Find Files2:09

    Learn to use the find command to search file and folder names with asterisks, matching extensions like .txt or .doc, and to start or end with specific patterns.

  • Search inside files2:10

    The grip command searches file contents, not names, and highlights matches like echo; it supports file types and can search everything with an asterisk, possibly erroring if nothing is found.

  • Run as Administrator (sudo)2:08

    Learn how the sudo command runs commands as another user, including root, after a password, and explore the root directory in a multi-user Linux system.

  • Permissions (chmod)4:04

    Learn how to view and adjust file permissions in Linux using ls -l and chmod, covering owner, group, and others with read, write, and execute rights.

  • Download file (wget)2:10

    Learn to download files with the widget command (wget) from a link, save them to folders, and copy image links to fetch a picture of puppies.

  • Curl4:22

    Learn to use curl to interface with http, https, and ftp, download data, and save output to a file. Control bandwidth with limit rate and explore the curl manual.

  • Archives6:11

    Explore how archives group files into compressed formats like zip, tar, and 7z, then practice extracting and creating archives both via the user interface and the command line.

  • useradd4:40

    This lecture covers adding a new Linux user with sudo useradd, creating a home directory, setting a password, and logging in on a multi-user Linux system.

  • Remove (rm)4:32

    Learn how the rm command removes files and directories in Linux, including empty folders and recursive deletion with rm -r; compare with rmdir and consult the manual for options.

  • Copy (cp)2:49

    Learn how to use the cp command in Linux to copy files and directories, specify destinations, copy multiple items, use recursive mode for folders, and apply patterns or regular expressions.

  • Move (mv)4:05

    Use the mv command to move files and directories, rename items, and perform practical examples from the home directory to the desktop via the terminal.

  • mkdir3:38

    Learn to use mkdir to create folders, including directories with the p flag, and set permissions with the m mode (read and write seven seven seven; read-only five five five).

  • pushd & popd5:09

    Discover how pushd and popd manage a directory stack to traverse locations by pushing the current directory and popping to return, illustrating first in, last out and tilde versus root.

  • chown3:31

    explore how the chown command changes file ownership in linux, differentiate it from chmod, and see how the owner and groups determine who can read, write, or run a file.

  • wc3:28

    explore the wc command to count lines, words, and bytes in files, plus using flags like -l and -b to view specific counts and understand total outputs across multiple files.

  • diff3:10

    Use the diff command to see differences between files and folders, highlighting the exact lines that differ. The s flag lets you check if two files are identical.

  • man1:54

    Master the man command, an interface to system reference manuals, and learn how sections 1–9 organize documentation, with some commands spanning multiple sections.

  • ps2:37

    Use the ps command to view current processes, showing user, pid, start time, and runtime; explore Unix, BSD, and new long option formats like ps -ax and ps -u.

  • kill2:17

    Learn how to use the Q command to send the kill signal to a single process, locate it by PID, and understand the effects of signal nine.

Requirements

  • No prior knowledge required

Description

Learn Linux Quickly
A Friendly Guide to Easily learn the basics of the World's Most Powerful Operating System.

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.


Who this course is for:

  • Anyone who wants to get started with Linux.

  • Existing Linux users or learners who wants to be effective at using the Linux command Line.

  • Windows or mac users who wants to migrate to Linux but are afraid to make the move!

  • Aspiring Linux system administrators.

  • Beginner Ethical Hackers

  • Software Developers

  • Linux enthusiasts

Who this course is for:

  • Anyone who want to learn linux commands