<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; lsof command</title> <atom:link href="http://www.cyberciti.biz/tips/tag/lsof-command/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Linux List The Open Ports And The Process That Owns Them</title><link>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html</link> <comments>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html#comments</comments> <pubDate>Fri, 30 May 2008 11:57:08 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[display open connections]]></category> <category><![CDATA[lsof command]]></category> <category><![CDATA[netstat command]]></category> <category><![CDATA[open ports]]></category> <category><![CDATA[sudo]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2328</guid> <description><![CDATA[How can I list the open ports on my system and the process that owns them?]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-display-open-ports-owner.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Linux: Find Out How Many File Descriptors Are Being Used</title><link>http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html</link> <comments>http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html#comments</comments> <pubDate>Tue, 21 Aug 2007 18:17:34 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[dev files]]></category> <category><![CDATA[executables]]></category> <category><![CDATA[fd]]></category> <category><![CDATA[fs.file-max]]></category> <category><![CDATA[fs.file-nr]]></category> <category><![CDATA[grep command]]></category> <category><![CDATA[kernel]]></category> <category><![CDATA[kernel memory]]></category> <category><![CDATA[library files]]></category> <category><![CDATA[ls command]]></category> <category><![CDATA[lsof command]]></category> <category><![CDATA[maximum number]]></category> <category><![CDATA[memory type]]></category> <category><![CDATA[network sockets]]></category> <category><![CDATA[pidof command]]></category> <category><![CDATA[processes]]></category> <category><![CDATA[running processes]]></category> <category><![CDATA[sort type]]></category> <category><![CDATA[sysctl command]]></category> <category><![CDATA[unix sockets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-find-out-how-many-file-descriptors-are-being-used.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> <span
class="drop_cap">W</span>hile administrating a box, you may wanted to find out what a processes is doing and find out how many file descriptors (fd) are being used. You will surprised to find out that process does open all sort of files:
=> Actual log file
=> /dev files
=> UNIX Sockets
=> Network sockets
=> Library files /lib /lib64
=> Executables and other programs etc
In this quick post, I will explain how to to count how many file descriptors are currently in use on your Linux server system.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>How do I forcefully unmount a Linux disk partition?</title><link>http://www.cyberciti.biz/tips/how-do-i-forcefully-unmount-a-disk-partition.html</link> <comments>http://www.cyberciti.biz/tips/how-do-i-forcefully-unmount-a-disk-partition.html#comments</comments> <pubDate>Fri, 27 Jan 2006 00:12:00 +0000</pubDate> <dc:creator>nixcraft</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Data recovery]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[blk]]></category> <category><![CDATA[cleanup]]></category> <category><![CDATA[device error]]></category> <category><![CDATA[disk partition]]></category> <category><![CDATA[filesystem hierarchy]]></category> <category><![CDATA[fuser command]]></category> <category><![CDATA[kernel version]]></category> <category><![CDATA[lsof command]]></category> <category><![CDATA[nfs mount]]></category> <category><![CDATA[root user]]></category> <category><![CDATA[umount command]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unmount device busy]]></category> <category><![CDATA[unmount file system]]></category> <category><![CDATA[unmount partition]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-forcefully-unmount-a-disk-partition.html</guid> <description><![CDATA[It happens many times you try to unmount a disk partition or mounted CD/DVD disk and if you try to unmount device, which is accessed by other users, then you will get error umount: /xxx: device is busy. However, Linux/FreeBSD comes with fuser command to kill forcefully mounted partition. Understanding device error busy error What [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-forcefully-unmount-a-disk-partition.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
