8 Basic lsof Commands Every Sysadmin Needs to Know

  Рет қаралды 167,014

tutoriaLinux

tutoriaLinux

7 жыл бұрын

lsof basics - list open files on Linux and Unix (expand for timestamps and details).
In this video I introduce the 'lsof' command, found on Linux and Unix systems. I'll show you some practical examples and teach you how to explore what's happening with the filesytem in a system or process.
1:00 Which files are open?
lsof
2:56 Which processes have this file open?
lsof /var/log/nginx-error.log
4:49 Which files does process X have open?
lsof -p 1
lsof -p `pgrep ABC`
7:08 Where is the binary for this process?
lsof -p ABC | grep bin
7:44 Which shared libraries is this program using? (manually upgrading software, i.e. openssl)
lsof -p PID | grep .so
8:03 Where is this thing logging to?
lsof -p ABC | grep log
8:40 Which processes still have this old library open?
lsof grep libname.so
9:45 Which files does user XYZ have open?
lsof -u XYZ
lsof -u XYZ -i # network only
10:25 Which process is listening on Port X (or using Protocol Y)?
lsof -i :80
lsof -i tcp
11:21 Super lsof Story Time!
14:03 Exercises
My step-by-step project-based Linux course for beginners: www.udemy.com/course/hands-on...
Free Linux Sysadmin Course Playlist: • The Linux Basics Cours...
DigitalOcean referral link: m.do.co/c/0380a1db56a6
Patreon: / tutorialinux
Official Site & e-mail list: tutorialinux.com/
Twitter: / tutorialinux
Facebook: / tutorialinux
Podcast: kernelpanicpodcast.com

Пікірлер: 100
@kshitizgupta3264
@kshitizgupta3264 2 жыл бұрын
I am a Doctor. I just opened this series out of curiosity and I am hooked and this is 40ish video or something
@Nicholas108108
@Nicholas108108 7 жыл бұрын
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!
@willrun4fun
@willrun4fun 7 жыл бұрын
How did I not take the time to learn this sooner..... Thanks!
@leonhermkens6430
@leonhermkens6430 7 жыл бұрын
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.!
@TPHBLIB
@TPHBLIB 7 жыл бұрын
Dave - Excellent piece! Keep up the good work. God bless you.
@kir610548
@kir610548 7 жыл бұрын
Thanks for your sharing. Not only for sysadm, this is also useful for socket and system program developer.
@skatopher
@skatopher 6 жыл бұрын
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.
@raymondfb
@raymondfb 4 жыл бұрын
Thank you for taking the time to make this video. It has helped me a great bit on learning Linux
@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.
@InjectorGadget
@InjectorGadget 4 жыл бұрын
10:20 - LOL Nice touch! Good humor on such a serious video, while still educating people. :)
@pipotzescu
@pipotzescu 4 жыл бұрын
Amazing, practical stuff. Thanks man.
@ceztro2301
@ceztro2301 3 жыл бұрын
This is so powerful and super useful thing to know. Thanks for what you are doing, you're the best!
@BackWoodsWisco
@BackWoodsWisco 7 жыл бұрын
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 жыл бұрын
@@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 жыл бұрын
@@BackWoodsWisco 10:20
@BackWoodsWisco
@BackWoodsWisco 3 жыл бұрын
@@AUBCodeII lmao nice 😆
@riffz6065
@riffz6065 7 жыл бұрын
Just subbed. Amazing channel man. Keep up the great work.
@pichonPoP
@pichonPoP 6 жыл бұрын
Those tips were awesome. Thank you for sharing them.
@mustafaadam8269
@mustafaadam8269 7 жыл бұрын
you wonderful guy , you making the things easier. and I love the way you explains, thanks a lot
@fireblademe
@fireblademe 4 жыл бұрын
Loved the way you explained , beautiful way of teaching.... Keep making such basic vdo's
@eliaswalker7512
@eliaswalker7512 6 жыл бұрын
we are thirsty for good vids like this. keep it up.
@gjermundification
@gjermundification 7 жыл бұрын
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.
@reltutorials5694
@reltutorials5694 7 жыл бұрын
Great tips, great tutorial. Thumbs up!
@volkerking5932
@volkerking5932 7 жыл бұрын
Cool Video - Thank you ! A lot of cmds i know but not all for example "lsof"
@IRgEEK
@IRgEEK 5 жыл бұрын
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
@berinlarson9548
@berinlarson9548 7 жыл бұрын
Your videos are great. Learning quite a lot.
@ievche
@ievche 5 жыл бұрын
Absolutely amazing. Thank you man 👍
@StrangeIndeed
@StrangeIndeed 3 жыл бұрын
clear and straight to the point. thanks c:
@ahmedw5
@ahmedw5 2 жыл бұрын
Very helpful, thanks Dave!
@UnknownSend3r
@UnknownSend3r 2 жыл бұрын
Very concise and insightful.
@balramchatria
@balramchatria 5 жыл бұрын
Thanks a lot.Very informative to me.👍👏👏💜
@holyproton8855
@holyproton8855 6 жыл бұрын
Great video my dude!
@garfieldhwa8957
@garfieldhwa8957 4 жыл бұрын
Thank you so much for it!!!
@NotDeadYet..
@NotDeadYet.. 5 жыл бұрын
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!
@tainoroyal6585
@tainoroyal6585 5 жыл бұрын
Excellent vid!
@ektaron
@ektaron 2 жыл бұрын
I liked that “sometimes wonderful, sometimes terrible” comment about UNIX-like systems using the “file” metaphor / construct for everything. 😂
@Ausare911
@Ausare911 6 жыл бұрын
Great job!
@maxsmitt1623
@maxsmitt1623 7 жыл бұрын
good guide thank you!
@Jellyg00se
@Jellyg00se 6 жыл бұрын
That lsof -i many thanks!
@codingwithgraceandtruth2456
@codingwithgraceandtruth2456 2 жыл бұрын
very good tutorial
@alexunder417
@alexunder417 6 жыл бұрын
thank you for this video
@lots2u
@lots2u 3 жыл бұрын
You are awesome ! 👍
@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 🇳🇱
@alexvechirko_
@alexvechirko_ 7 жыл бұрын
very nice! keep make video like this )))
@tusharniras
@tusharniras 6 жыл бұрын
thank you sir!
@AntonSincov
@AntonSincov 3 жыл бұрын
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
@3DChallenger
@3DChallenger 3 жыл бұрын
great tool!
@notpublic7149
@notpublic7149 7 жыл бұрын
thanks mate!
@martinc.7424
@martinc.7424 2 жыл бұрын
Thanks 👍
@dermiesestealman7793
@dermiesestealman7793 7 жыл бұрын
I love ur Vids! Greetings from germany
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
I was just in Hamburg for CCC last year! Had an amazing time. Cheers!
@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.)
@GaryMcNeely
@GaryMcNeely 4 жыл бұрын
nice video
@tadeubernacchi3360
@tadeubernacchi3360 5 жыл бұрын
Nice job =)
@kuliksco
@kuliksco 3 жыл бұрын
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.
@char7605
@char7605 5 жыл бұрын
Very cool. Also very funny )
@meteor8076
@meteor8076 4 жыл бұрын
Cool !
@Aaronstotle
@Aaronstotle 7 жыл бұрын
Do you have any plans to make a video about system logs? I absolutely love your channel btw :D
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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 :)
@modern__ninja
@modern__ninja 7 жыл бұрын
Hey Dave! You're make awesome videos, thank you! Can I get your terminal colors? like it very much :3
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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 7 жыл бұрын
tutoriaLinux Excellent! thanks c:
@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?
@fixfaxerify
@fixfaxerify 7 жыл бұрын
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 жыл бұрын
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!
@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.
@rockgardenlove
@rockgardenlove 7 жыл бұрын
Dope dog
@harishvr9000
@harishvr9000 5 жыл бұрын
Can you explain how to troubleshoot and fix the linux server load(both php fpm and mysql)?
@phoenixmission
@phoenixmission 6 жыл бұрын
how long have you been working as a linux sysadmin/engineer ?
@jamesmettauer9700
@jamesmettauer9700 4 жыл бұрын
Hey buddy, I'm just wondering if finding ghost files using | grep -i deleted , is the best option?
@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?
@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
@hamsoftware
@hamsoftware 7 жыл бұрын
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.
@BrianClem
@BrianClem 7 жыл бұрын
Question : you are a Linux Rockstar! But why run in vbox? Does Windows capture the video / audio for KZbin 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 ???
@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.
@hyperfilmprod
@hyperfilmprod 7 жыл бұрын
That user 'Dave'... he's always up to some rather unsavory shit!
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
Gotta keep an eye on him, he's a devious one.
@pwnedshift1
@pwnedshift1 4 жыл бұрын
what colour scheme and font is that?
@vadimovichanatoliy4919
@vadimovichanatoliy4919 5 жыл бұрын
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.
@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!
@winiwiw1069
@winiwiw1069 7 жыл бұрын
what is lsof -a doing?
@tutoriaLinux
@tutoriaLinux 7 жыл бұрын
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.
@bodysoap3838
@bodysoap3838 4 жыл бұрын
thanks im trying to build a talking robot friend im goint to name him george :)
@xrafter
@xrafter 4 жыл бұрын
Wow your comment is not old
@johnroyce8650
@johnroyce8650 2 жыл бұрын
DE: i3wm Install it with: 'pkexec apt-get install i3 -y'
@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.
@nitinrawat9477
@nitinrawat9477 4 жыл бұрын
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 жыл бұрын
Woah! Nice catch. Stdin is 0, stdout is 1, stderr is 2. Whew!
Linux Sysadmin Basics -- User Account Management
15:39
tutoriaLinux
Рет қаралды 173 М.
Stupid Barry Find Mellstroy in Escape From Prison Challenge
00:29
Garri Creative
Рет қаралды 15 МЛН
Купили айфон для собачки #shorts #iribaby
00:31
2000000❤️⚽️#shorts #thankyou
00:20
あしざるFC
Рет қаралды 16 МЛН
C++ Weekly - Ep 433 - C++'s First New Floating Point Types in 40 Years!
5:24
C++ Weekly With Jason Turner
Рет қаралды 10 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
What Every Sysadmin Needs to Know about Tech Debt
13:36
tutoriaLinux
Рет қаралды 37 М.
The Linux Filesystem Explained | How Each Directory is Used
14:08
Akamai Developer
Рет қаралды 220 М.
lsof command  to troubleshoot LinuX OS
26:12
dolastack devops
Рет қаралды 17 М.
Top 10 Linux Job Interview Questions
16:04
tutoriaLinux
Рет қаралды 2,3 МЛН
Linux Sysadmin Basics -- 6.3 The /proc Filesystem
9:57
tutoriaLinux
Рет қаралды 104 М.
Linux Crash Course - The lsof Command
23:49
Learn Linux TV
Рет қаралды 29 М.
Linux Tip | 10 Useful Linux Commands
34:35
Joe Collins
Рет қаралды 661 М.
lsof: A Quick Practical Guide
6:56
Navek
Рет қаралды 7 М.
TOP-18 ФИШЕК iOS 18
17:09
Wylsacom
Рет қаралды 785 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 2,2 МЛН
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 1,6 МЛН
сюрприз
1:00
Capex0
Рет қаралды 1,4 МЛН