<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Terminal on Ejecta</title>
    <link>https://www.ejecta.app/hi/tags/terminal/</link>
    <description>Recent content in Terminal on Ejecta</description>
    <generator>Hugo</generator>
    <language>hi</language>
    <lastBuildDate>Tue, 10 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.ejecta.app/hi/tags/terminal/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>diskutil eject: Mac Terminal से ड्राइव कैसे Eject करें</title>
      <link>https://www.ejecta.app/hi/blog/how-to-eject-drive-from-terminal-mac/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ejecta.app/hi/blog/how-to-eject-drive-from-terminal-mac/</guid>
      <description>&lt;p&gt;Finder बताता है कि ड्राइव इस्तेमाल में है। यह नहीं बताता कि उसे इस्तेमाल कौन कर रहा है या इसके बारे में क्या किया जाए। Terminal दोनों बता देता है।&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;झटपट जवाब:&lt;/strong&gt; ड्राइव को Terminal से eject करने के लिए &lt;code&gt;diskutil eject /Volumes/YourDriveName&lt;/code&gt; चलाएँ। अगर यह नाकाम हो, तो यह देखने के लिए कि ejection को कौन रोक रहा है &lt;code&gt;sudo lsof /Volumes/YourDriveName&lt;/code&gt; इस्तेमाल करें, बाधक प्रोसेस को रोकने के लिए &lt;code&gt;kill &amp;lt;PID&amp;gt;&lt;/code&gt;, फिर दोबारा eject करें। आख़िरी उपाय के तौर पर, &lt;code&gt;diskutil unmountDisk force /dev/diskN&lt;/code&gt; ड्राइव को ज़बरन हटा देता है, लेकिन ऐसा सिर्फ़ तब करें जब कोई चीज़ सक्रिय रूप से न लिख रही हो।&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mac यूज़र्स के लिए lsof कमांड की पूरी जानकारी</title>
      <link>https://www.ejecta.app/hi/blog/lsof-command-mac-users/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://www.ejecta.app/hi/blog/lsof-command-mac-users/</guid>
      <description>&lt;p&gt;आपकी external ड्राइव eject नहीं हो रही। macOS आपको झुंझला देने वाला धुंधला सा मैसेज देता है कि &amp;ldquo;one or more programs may be using it&amp;rdquo;। कौन से प्रोग्राम? यह नहीं बताएगा। यहीं &lt;code&gt;lsof&lt;/code&gt; काम आता है।&lt;/p&gt;&#xA;&lt;p&gt;इसका नाम &amp;ldquo;list open files&amp;rdquo; से बना है, और यह बिल्कुल यही करता है। macOS जैसे Unix-आधारित सिस्टम पर लगभग हर चीज़ को एक फ़ाइल की तरह माना जाता है, जिसमें नेटवर्क कनेक्शन, डिवाइस, और disk वॉल्यूम शामिल हैं। जब आप कोई ड्राइव eject नहीं कर पाते, तो &lt;code&gt;lsof&lt;/code&gt; आपको ठीक-ठीक बताता है कि कौन सा प्रोसेस उसे बंधक बनाए हुए है।&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
