Linux Crash Course - Learn The "man" Command!

Поділитися
Вставка
  • Опубліковано 11 чер 2024
  • With the Linux Crash Course series, you'll learn everything you need to know in order to manage real Linux servers, one video at a time! Each episode is dedicated to one topic, and can be watched in any order. In this episode, we'll explore the man command!
    - Thanks to Linode for sponsoring today's video. Check out their awesome cloud platform here ➜ linode.com/learnlinuxtv
    Learn Linux TV - Your Home For Linux-Related Fun and Learning!
    Brand LPI Linux Essentials Course Available
    Check out the new course on Udemy! ➜ learnlinux.link/lpi-course
    ➜ learnlinux.link/lpi-course
    Check out the Linux Shop
    In the official shop, you'll find Shirts, hats, stickers, bags and more!
    ➜ merch.learnlinux.tv
    5% discount on LPI exam vouchers
    After you finish Jay's new course, get 5% off an LPI exam voucher here:
    ➜ learnlinux.link/lpi-voucher
    Become a Patron
    Show your support for Learn Linux TV on Patreon and get access to exclusive perks!
    ➜ learnlinux.link/patron
    Become a Channel Member
    Show your support for Learn Linux TV here on UA-cam and get access to exclusive perks!
    ➜ learnlinux.link/member
    Mastering Ubuntu Server: 4th Edition
    Jay's latest book covers everything you need to know in order to master Ubuntu Server. It's available here:
    ➜ ubuntuserverbook.com
    Linux Gear and Kits
    Check out Jay's choice of hardware products, audio/video equipment, and more.
    ➜ learnlinux.link/amazon
    Grab an awesome Pi-powered KVM
    Support Learn Linux TV and grab yourself a TinyPilot KVM here:
    ➜ learnlinux.link/tinypilot
    Note: Royalties and/or commission is earned from each of the above links
    Time Codes
    00:00 - Intro
    00:51 - Check out Linode's awesome cloud-computing platform! (Sponsor)
    02:33 - Basic information and usage regarding the man command in Linux
    05:53 - Viewing the man page for the rsync command
    07:20 - Viewing the help menu for the man command
    07:56 - How to search within a man page
    10:23 - Moving to the beginning or the end of a man page
    11:14 - Viewing different sections of a man page
    14:50 - Viewing the man pages for built-in commands (builtins)
    Full Courses from Learn Linux TV
    • Linux Crash Course series ➜ linux.video/cc
    • Learn how to exit use tmux ➜ linux.video/tmux
    • Learn how to use vim ➜ linux.video/vim
    • Bash Scripting Series ➜ linux.video/bash
    • Proxmox VE Cluster Full Course ➜ linux.video/pve
    • Learn Ansible ➜ linux.video/ansible
    Linux-related Podcasts
    • Enterprise Linux Security ➜ enterpriselinuxsecurity.show
    • The Homelab Show ➜ thehomelab.show
    Official *Learn Linux TV on the Web*
    • Main site ➜ www.learnlinux.tv
    • Community ➜ community.learnlinux.tv
    Content Ethics
    • The following article covers the rules and guidelines Learn Linux TV abides by ➜ www.learnlinux.tv/content-ethics
    Disclaimer
    LearnLinuxTV produces technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). LearnLinuxTV is not responsible for any damages that may arise from any use of the content and information that's being provided. The viewer is expected to follow best judgement and to make his/her/their best decisions while working with production or non-production software, systems and hardware.
    #Linux #LinuxTutorial #devops
  • Наука та технологія

КОМЕНТАРІ • 29

  • @fsxspen
    @fsxspen Рік тому +1

    What is crazy is I looked for this video from you yesterday and today here it is! The Universe is amazing!
    Well watched it and kinda bummed you didn’t go over the formats, bold, italics,ellipse, etc. What’s optional over mandatory.

  • @user-hc6uo5fp8n
    @user-hc6uo5fp8n Рік тому +4

    I use the man pages as well as tldr to get examples quite handy. tldr cd if you use tdlr run tldr -u to update it.

  • @jesse7631
    @jesse7631 Рік тому +1

    Another informative and good video Jay!

  • @jojobobbubble5688
    @jojobobbubble5688 Рік тому +3

    I've been doing Linux for a bit now and had no idea you could search within the man pages. Super handy!!! Also did not know about the builtins. The only thing I would suggest for the course was to actually go to the CD command and show that it has the same information just in a giant document.

    • @12Q46HPRN
      @12Q46HPRN 11 місяців тому +1

      🤣 I was coming here to post the same comment - all these years with Linux and had NO IDEA that I could search the man pages. Thanks, Jay!

  • @gnappoforever
    @gnappoforever Рік тому +2

    Great job explaining man command, a fondamental one for everyone using linux.
    Just sad because of what you did at 13:39
    Great to know all the section, but as you said remembering them by heart is something not so easy or useful, specially for ones approaching linux for the first time.
    It's good to know that the man command has a man page too! I hope you'd show it instead of a bare list.
    For those who doesn't know, typing "man man" will show you all kind of info about the man utility and one of the first things listed is indeed the man sections!
    Also, some section has it's own man pages (example: for section 7 you could type man 7 man or man man.7 )
    As far as I know, only section 1 and 7 has specific man pages, but I may miss some man pages in my installation (as now ubuntu 22.04), I don't know.

  • @jeffdavis7150
    @jeffdavis7150 Місяць тому

    This video is great; it keeps things simple for the newbie by not getting caught up in details like the “less”pager, which man uses to display info while also being a command on its own, or that builtins are part of the shell, which are different because blah, blah…
    However, it would be even more helpful if he talked about man page conventions, i.e.
    Bold text == type exactly as shown
    Italic or underlined text == replace with appropriate argument
    argument… == the argument is repeatable
    -a | -b == options can’t be used together
    [-abc] == arguments within [ ] are optional

  • @peterjansen4826
    @peterjansen4826 Рік тому

    Essential for any Linux-user, learn it and love it.

  • @llortaton2834
    @llortaton2834 Рік тому

    4:30 is true, i succesfully secluded myself from every human contact, order sollely by uber and get my stuff when the delivery drive is gone. I used my Aspergers to memorize all the man pages that i use.

  • @scott8932
    @scott8932 Рік тому

    I like how u explain things ❤

  • @entelin
    @entelin Рік тому

    One thing worth pointing out is that many basic unix tools including man support basic vi hotkeys. Combined with the fact that vi is everywhere and nano is not (for example in many docker/k8s images), makes the basics of vi a core *nix skill.

  • @porcellinoveille
    @porcellinoveille 4 місяці тому

    I knew that stuff xD
    I was hoping for a video that explains how to read man pages cause most of them are impossible to use when it comes to discover how to use a command. I guess chat gpt remains the best at this xD

  • @ArniesTech
    @ArniesTech Рік тому +1

    Gotta *man* up 💪😎😁

  • @edchapter
    @edchapter Рік тому

    Could you please create a video about bubblewrap? That is something I am working to master, and I think Linux users would benefit as well.

  • @annaz98
    @annaz98 4 місяці тому

    hi, how did you made green higtlight outside of terminal?

  • @ibin3sam
    @ibin3sam Рік тому +3

    you could use, e.g to view "sections" before hand
    [~]$ man -f man
    man (7) - macros to format man pages
    man (1) - an interface to the system reference manuals
    which is equivalent to
    $ whatis man
    man (7) - macros to format man pages
    man (1) - an interface to the system reference manuals
    $ whatis woman
    woman: nothing appropriate.

  • @cleightthejw2202
    @cleightthejw2202 Рік тому

    @ALL
    Yes, like Jay mentioned. Please hit the like button for his vid/s that you watch. I am certain we all like Jay's content and even him in his personality.
    If you are willing please share his links on your social media for others to maybe watch his content that will benefit them as it does us.
    And even go out of your way to mention this channel to others even to spread the knowledge of using Linux over others OS/s

  • @tonyc2119
    @tonyc2119 9 місяців тому

    man man
    will show a list of sections
    Still waiting on the video for inodes.

  • @AnantaAkash.Podder
    @AnantaAkash.Podder Місяць тому

    So basically "man" pages searching & going to top & bottom of the Page Hotkeys are similar to "vim"🤔🤔

  • @Laflamablanca969
    @Laflamablanca969 Рік тому +1

    I'm devastated Akamai purchased Linode. I'll be moving to DigitalOcean 😢

  • @MECHANISMUS
    @MECHANISMUS Рік тому

    $ type cd
    cd is a shell builtin

  • @BalurPoco
    @BalurPoco Рік тому

    Hey guys! For "man 5 passwd" command, I get "No manual entry for passwd in section 5". What's wrong? Btw I'm on AlmaLinux9.

  • @liquidation22
    @liquidation22 9 місяців тому

    made sense...hi algorythm,

  • @Handelsbilanzdefizit
    @Handelsbilanzdefizit Рік тому +4

    My favorite linux command: "shutdown"

    • @llortaton2834
      @llortaton2834 Рік тому +4

      my fav is reboot it's like a box of surprise, you don't know if your system will or not.

    • @ArniesTech
      @ArniesTech Рік тому

      Noooo dont shut down. I wanna remain in Linux for a while more 😢