8 Basic lsof Commands Every Sysadmin Needs to Know

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 103

  • @Nicholas108108
    @Nicholas108108 7 лет назад +74

    This is really so cool. I've been looking around for a "Linux guy" on youtube for a while. Love the way you do things (length of vids, speed you go at, the things you cover etc.).
    Please keep going!

  • @BackWoodsWisco
    @BackWoodsWisco 7 лет назад +29

    You rock bro. I study Linux over at Linux Academy, but when I'm not watching actual course videos, this is exactly what I need! I love your casual, humorous, but informative style. More videos please!

    • @AUBCodeII
      @AUBCodeII 3 года назад

      What's in that naughty_sites.txt file, Dave?

    • @BackWoodsWisco
      @BackWoodsWisco 3 года назад +1

      @@AUBCodeII lol after four years... NGL I don't even remember any details from this video, so whatever reference you're making is going a bit over my head

    • @AUBCodeII
      @AUBCodeII 3 года назад +1

      @@BackWoodsWisco 10:20

    • @BackWoodsWisco
      @BackWoodsWisco 3 года назад +1

      @@AUBCodeII lmao nice 😆

  • @kshitizgupta3264
    @kshitizgupta3264 2 года назад +2

    I am a Doctor. I just opened this series out of curiosity and I am hooked and this is 40ish video or something

  • @willrun4fun
    @willrun4fun 8 лет назад +16

    How did I not take the time to learn this sooner..... Thanks!

  • @skatopher
    @skatopher 6 лет назад +2

    I've taught for a long time, i've done sys-admin stuff for a long time. I appreciate your style. Thank you for bringing this into the world, it has been very helpful for me. You are a good teacher.

  • @InjectorGadget
    @InjectorGadget 4 года назад +5

    10:20 - LOL Nice touch! Good humor on such a serious video, while still educating people. :)

  • @elielberra2867
    @elielberra2867 28 дней назад

    I'm hooked to your linux series of videos, thank you for posting these playlists!!

    • @tutoriaLinux
      @tutoriaLinux  17 дней назад

      Thanks! I should make more videos like this again (quick instructionals on a single tool). I hope you're enjoying your journey into Linux/infra/devops/whatever :-D

  • @gjermundification
    @gjermundification 8 лет назад +4

    In solaris I can do lsof -p and it will list all open ports. I like this video, it's short, can straight to the point.

  • @kir610548
    @kir610548 7 лет назад +1

    Thanks for your sharing. Not only for sysadm, this is also useful for socket and system program developer.

  • @leonhermkens6430
    @leonhermkens6430 7 лет назад +1

    Thanks Dave. I just tuned in the command line recently. I have been watching your first few basics vids as well and will continue with that. This is extremely helpful. Grtz from A'dam.!

  • @NotDeadYet..
    @NotDeadYet.. 5 лет назад +2

    Finally someone that I can understand when he speaks !

    • @usingvancedplzdontban1128
      @usingvancedplzdontban1128 4 года назад

      Underrated comment right here. Google's auto-transcriber does a great job of recognizing his words as well!

  • @pipotzescu
    @pipotzescu 4 года назад +3

    Amazing, practical stuff. Thanks man.

  • @TPHBLIB
    @TPHBLIB 7 лет назад +2

    Dave - Excellent piece! Keep up the good work. God bless you.

  • @amlamarra
    @amlamarra 7 лет назад

    I first learned about lsof from the How Linux Works book. But the author didn't go into much detail & I didn't see much need for learning the command any further. I saw this vid on your channel and decided to give lsof another chance. Boy am I glad I watched this. Like you said, there are other ways to do some of these things, but it's nice to have knowledge of this swiss army knife tool. Thanks! You have a new subscriber.

  • @ceztro2301
    @ceztro2301 3 года назад

    This is so powerful and super useful thing to know. Thanks for what you are doing, you're the best!

  • @ahmedw5
    @ahmedw5 2 года назад +1

    Very helpful, thanks Dave!

  • @raymondfb
    @raymondfb 4 года назад

    Thank you for taking the time to make this video. It has helped me a great bit on learning Linux

  • @volkerking5932
    @volkerking5932 7 лет назад +1

    Cool Video - Thank you ! A lot of cmds i know but not all for example "lsof"

  • @IRgEEK
    @IRgEEK 6 лет назад +1

    Another great Linux vid. I know enough Linux to be dangerous, but trying to up my game a bit and your videos have been super helpful. Earned a sub for sure. Thanks

  • @fireblademe
    @fireblademe 4 года назад

    Loved the way you explained , beautiful way of teaching.... Keep making such basic vdo's

  • @Wizardoftheland
    @Wizardoftheland Месяц назад

    This was so informative, thank you.

  • @eliaswalker7512
    @eliaswalker7512 6 лет назад

    we are thirsty for good vids like this. keep it up.

  • @UnknownSend3r
    @UnknownSend3r 2 года назад

    Very concise and insightful.

  • @ektaron
    @ektaron 2 года назад

    I liked that “sometimes wonderful, sometimes terrible” comment about UNIX-like systems using the “file” metaphor / construct for everything. 😂

  • @riffz6065
    @riffz6065 7 лет назад +4

    Just subbed. Amazing channel man. Keep up the great work.

  • @kuliksco
    @kuliksco 3 года назад +1

    For that last part, as a sysadmin I've ran into the issue numerous times where a process is holding on to a file and space isn't freed up after it's deleted. In that case you can do 'lsof | grep deleted' to see files that have been deleted from the system, but still have processes holding on to them.

  • @StrangeIndeed
    @StrangeIndeed 3 года назад

    clear and straight to the point. thanks c:

  • @mustafaadam8269
    @mustafaadam8269 7 лет назад

    you wonderful guy , you making the things easier. and I love the way you explains, thanks a lot

  • @AntonSincov
    @AntonSincov 3 года назад +1

    Thanks for the video! You should have escaped the dot symbol when grepping for used .so files like “\.so$” for dot not to be treated like “any one symbol”, anchor to the end of line with “$” thus eliminating “sockets” from grep results

  • @reltutorials5694
    @reltutorials5694 7 лет назад +1

    Great tips, great tutorial. Thumbs up!

  • @pichonPoP
    @pichonPoP 6 лет назад

    Those tips were awesome. Thank you for sharing them.

  • @berinlarson9548
    @berinlarson9548 7 лет назад

    Your videos are great.
    Learning quite a lot.

  • @Jellyg00se
    @Jellyg00se 6 лет назад

    That lsof -i many thanks!

  • @ievche
    @ievche 5 лет назад

    Absolutely amazing. Thank you man 👍

  • @holyproton8855
    @holyproton8855 6 лет назад +1

    Great video my dude!

  • @TesserId
    @TesserId 3 года назад

    I've used this only a few times, but when you need it you really need it. (Of course, in Windows, you have a download a tool for this, from SysInternals I think.)

  • @dennisvanmierlo
    @dennisvanmierlo 4 года назад

    Thank you for sharing this!!! I hope this will finally help me why my MacOS Catalina blocks my external disks from ejecting. With Catalina, this has become a nightmare. Lot’s of greetings, Dennis 🇳🇱

  • @codingwithgraceandtruth2456
    @codingwithgraceandtruth2456 2 года назад

    very good tutorial

  • @balramchatria
    @balramchatria 5 лет назад

    Thanks a lot.Very informative to me.👍👏👏💜

  • @tainoroyal6585
    @tainoroyal6585 5 лет назад

    Excellent vid!

  • @lots2u
    @lots2u 4 года назад

    You are awesome ! 👍

  • @garfieldhwa8957
    @garfieldhwa8957 5 лет назад

    Thank you so much for it!!!

  • @ahmadelkomey2539
    @ahmadelkomey2539 4 года назад

    I used this command to find processes connecting to a port. This is the reverse of the usual query of finding what process is listening on a port.

  • @meteor8076
    @meteor8076 5 лет назад +1

    Cool !

  • @3DChallenger
    @3DChallenger 3 года назад

    great tool!

  • @martinc.7424
    @martinc.7424 3 года назад

    Thanks 👍

  • @Ausare911
    @Ausare911 7 лет назад

    Great job!

  • @alexunder417
    @alexunder417 6 лет назад

    thank you for this video

  • @alexvechirko_
    @alexvechirko_ 7 лет назад

    very nice! keep make video like this )))

  • @maxsmitt1623
    @maxsmitt1623 7 лет назад

    good guide thank you!

  • @char7605
    @char7605 5 лет назад

    Very cool. Also very funny )

  • @tusharniras
    @tusharniras 6 лет назад

    thank you sir!

  • @modern__ninja
    @modern__ninja 8 лет назад +4

    Hey Dave! You're make awesome videos, thank you!
    Can I get your terminal colors? like it very much :3

    • @tutoriaLinux
      @tutoriaLinux  8 лет назад +2

      In the environment I film on, it's just a standard Gnome terminal running zsh with oh-my-zsh installed. Enjoy!

    • @modern__ninja
      @modern__ninja 8 лет назад

      tutoriaLinux Excellent! thanks c:

  • @Aaronstotle
    @Aaronstotle 7 лет назад +1

    Do you have any plans to make a video about system logs? I absolutely love your channel btw :D

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад +3

      Yes! A video about system logging is definitely on my to-do list, thanks for reminding me.

    • @Aaronstotle
      @Aaronstotle 7 лет назад

      Thank you! I bought the Linux Administration book you recommended me, have an interview tomorrow for a junior sys admin type of job. Your channel has been extremely helpful :)

  • @fixfaxerify
    @fixfaxerify 7 лет назад +1

    I don't get the "where's the binary" part, grepping for "bin" seems to only work in the example because the string is part of the path to nginx (in sbin). So for the purpose of tracking a running proces to some binary somewhere on the filesystem this seems like a weak approach. Am I missing something?

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад +2

      I must have mis-spoken, sorry about that. I think I was just grepping for a likely binary location to cut down on visual clutter. To reliably find the binary, just look at the 'txt' file descriptor at the beginning of the lsof output for a process. E.g.:
      chromium 1099 dave txt REG 254,1 145133272 2105736 /usr/lib/chromium/chromium
      The 'txt' line refers to 'program code' i.e. the started executable. Shared objects and data files that are memory-mapped by your process show up under the 'mem' heading on Linux, so checking the path opened by the 'txt' file handle is reliable.

    • @fixfaxerify
      @fixfaxerify 7 лет назад

      yes, makes a lot more sense that way, good job on the video otherwise!

  • @hamsoftware
    @hamsoftware 7 лет назад +1

    To show first, second, and ninth column from lsof. ie, Command, PID, Name
    lsof |tr -s '[:blank:]' ';'|cut -d ';' -f 1,2,9|sed 's/;/ /g'
    I won't remember that but I can put an alias in bash_aliases.

  • @GaryMcNeely
    @GaryMcNeely 4 года назад

    nice video

  • @notpublic7149
    @notpublic7149 7 лет назад

    thanks mate!

  • @tadeubernacchi3360
    @tadeubernacchi3360 5 лет назад

    Nice job =)

  • @ithereos9554
    @ithereos9554 3 года назад

    I know this video is old but I need an explanation; I'm playing around testing these commands on a CentOS machine and when I run lsof /var/log/gitlab/production.log (which is a log file Gitlab writes to) I can see that the COMMAND writting to this file is called "bundle", and the PID is for example 3210. When I run "ps 3210" to take a closer look at the PID, I see that the COMMAND in this output is instead "puma", which makes sense because that's the web server that runs on Gitlab.
    Why am I getting two different values on the "COMMAND" column of these two commands with the same PID? Are they referring to different things?

  • @saylurrodriguez3315
    @saylurrodriguez3315 2 года назад

    is this an application i have to download? I'm completely new to this so forgive me. I'm trying figure out why finder on my mac is generating random folders in my documents tabs.

  • @pwnedshift1
    @pwnedshift1 4 года назад

    what colour scheme and font is that?

  • @juliandave3648
    @juliandave3648 4 года назад

    If I lsof by a PID, is there a way to know which of the open files is creating a memory drain?

  • @jamesmettauer9700
    @jamesmettauer9700 4 года назад

    Hey buddy, I'm just wondering if finding ghost files using | grep -i deleted , is the best option?

  • @abhishekh4559
    @abhishekh4559 6 лет назад

    Somehow our system was in bad shape (maybe because we allocated huge pages without a restart?) and lsof was hanging along with ps -e, w etc. It might be Oracle bug 26763484. Do you have any clue about it? This is a Oracle Linux box

  • @harishvr9000
    @harishvr9000 5 лет назад

    Can you explain how to troubleshoot and fix the linux server load(both php fpm and mysql)?

  • @BrianClem
    @BrianClem 7 лет назад

    Question : you are a Linux Rockstar! But why run in vbox? Does Windows capture the video / audio for RUclips creation?

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад

      Yep, a few years back I surveyed the existing video capture/editing solutions on Linux and was horrified. I've stuck with Windows --> VBox --> Linux since then. Smooth sailing (unfortunately).

  • @scorpioshub9440
    @scorpioshub9440 6 лет назад

    Hi , what do you mean by open file here ???

  • @hyperfilmprod
    @hyperfilmprod 7 лет назад +4

    That user 'Dave'... he's always up to some rather unsavory shit!

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад +4

      Gotta keep an eye on him, he's a devious one.

  • @phoenixmission
    @phoenixmission 6 лет назад

    how long have you been working as a linux sysadmin/engineer ?

  • @rockgardenlove
    @rockgardenlove 7 лет назад

    Dope dog

  • @CmdrStukov
    @CmdrStukov 6 лет назад

    The COMMAND I see when my PID = 1 is not init, it's systemd ... :-(

  • @eliaswalker7512
    @eliaswalker7512 6 лет назад

    you might want to update this video. netstat is not in Arch repos or AUR. a little frustrating.

    • @eliaswalker7512
      @eliaswalker7512 6 лет назад

      my bad. i didn't have net-tools installed. i'm going to go to the back of the class now.

    • @tutoriaLinux
      @tutoriaLinux  6 лет назад

      No, you're right. Netstat is slowly being replaced by ss. I should make an updated video at some point!

  • @vadimovichanatoliy4919
    @vadimovichanatoliy4919 6 лет назад

    You have a realy nice tutorials for linux but I can't understand peaple who work's a lot at terminal and used windows as main system. In any case I don't have any confrontation about windows ( that's really useful OS at that cases where it needed). Just can't understand it.

  • @johnroyce8650
    @johnroyce8650 2 года назад

    DE: i3wm
    Install it with:
    'pkexec apt-get install i3 -y'

  • @winiwiw1069
    @winiwiw1069 7 лет назад

    what is lsof -a doing?

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад +2

      You can find it in the man page! The -a option "causes list selection options to be ANDed, as described above." This essentially means that your selection options constrain the result set, as opposed to widening it. If you have a list that contains "foo" and "bar," this means it will match only when "foo" AND "bar" are present, as opposed to when either one is present.

  • @nitinrawat9477
    @nitinrawat9477 4 года назад +1

    You told wrong brother....standard output file descriptor value is 1, standard error file descriptor value is 2 and standard input file descriptor value is 0. You told value of output wrong bro..thanks

    • @tutoriaLinux
      @tutoriaLinux  4 года назад +3

      Woah! Nice catch. Stdin is 0, stdout is 1, stderr is 2. Whew!

  • @ashishpatel4345
    @ashishpatel4345 7 лет назад

    Why I feel that you are showing this tutorial on edx installation. Ignore it if it is not relevant.

    • @tutoriaLinux
      @tutoriaLinux  7 лет назад

      What? I'm not sure I understand what you're saying.

  • @bodysoap3838
    @bodysoap3838 4 года назад

    thanks im trying to build a talking robot friend im goint to name him george :)

    • @xrafter
      @xrafter 4 года назад +1

      Wow your comment is not old

  • @dermiesestealman7793
    @dermiesestealman7793 8 лет назад

    I love ur Vids!
    Greetings from germany

    • @tutoriaLinux
      @tutoriaLinux  8 лет назад

      I was just in Hamburg for CCC last year! Had an amazing time. Cheers!