Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Unix Linux Commands with basic shell scripting 2025
Rating: 3.9 out of 5(14 ratings)
60 students

Unix Linux Commands with basic shell scripting 2025

Learn from basic to advance command in very easy way and get good hands on for shell scripting, become expert in OS
Created byAnshul Jain
Last updated 8/2025
English

What you'll learn

  • Get hands on in Unix / Linux /Ubuntu Commands , Basic Shell scripting mostly useful for Dev/Tester /DevOps
  • Become professional in working on Unix and Linux machines/ Servers
  • Do automation for task using shell script
  • Hands-on in vi editor for file create / insert / update /delete Operation
  • Advance Unix commands like grep , cut ,sed , awk powerful tools to do anything
  • One can directly work on all type of projects involving Linux/Ubuntu/Unix based tasks.

Course content

3 sections17 lectures3h 51m total length
  • Introduction about Unix /Linux Importance in IT world , Practice Simulator6:07

    who should learn this course?

    why its so important skill set today?

    Command to get own user name , machine name (hostname) ,

    How to figure out ip-address of the machine ?

    URL to use free simulator of linux environment shell

    Command See list of users logged in currently to my machine : who

  • User / Group Management Commands12:24

    a. User based operations : add user, delete user  , change password , change group of user

    Add an Existing User Account to a Group

    usermod -a -G examplegroup exampleusername

    b. /etc/passwd file to see list of users

    c. su command to switch user in same terminal and sudo command for superuser privilege


  • Commands for Operation on Files and Directories19:42

    a. List files or directories , Change path

    b. Copy , move , remove , create files and directories

    c. ls, mkdir , cd , pwd , chmod , move, remove, touch,  history, copy, symbolic links

    d. See content of files using : cat, head, tail, less

  • Permission on Files & Folders , ssh command to login unix box12:14

    Command to login from one unix machine to other using ssh user@hostname/ip

    Change permission of a file or folder

    Read-write-execute permission for user/group/everyone

  • Memory / Disk Space Operation commands5:05

    a. Working with Memory : top , glance, free -t

    b. Working with disk using : du , df

  • Setup Data for Students of college
  • Commands on Unix Process18:20

    a. Process Commands : Background and Foreground process

    b. echo $!, echo $$ , & , nohup , kill , tty

Requirements

  • [optional] Just need ubuntu or linux or unix installed , you can use online free unix terminal also for practice

Description

Below are points that will be covered during the course along with real IT experience that will help one to speed up your work

when interacting with unix or linux OS.

Each IT professional or student must have this skill as these OS are widely used across all industry. Andriod is also a unix type Operating system.

User based operations , controlling process and memory  , monitoring tools for disk management

Powerful Unix tool like cut, grep , sed , awk are covered here

How to explore new things in Unix and fix space issues etc such live scenario problem handling tips

Shell scripting , task scheduling, crontab  , vi editor and lot more

Automation with shell script and working smartly when deploying application in linux /unix box , we must have good knowledge of unix

This course is designed in similar way where I have added my experience cases where I face challenges, and what tricks could have helped to me to work smartly

I have added few resources which will be very helpful as well as small quizzes to test your own skills .

You can use online free unix shell available to do hands-on that you will learn for this course.

If any one who has completed or enrolled to this course and want to know about any other unix command as well , kindly ask me question. I will reply within 24 to 48 hours

Who this course is for:

  • Every Beginner in IT industry
  • Beginner who want to learn Linux or Unix commands , shell scripting
  • Middle-ware support Engineer / Developer / Big Data Engineer / Tester / Production Support / Students