Get Last Accessed File Time In Ubuntu Linux Ubuntu में पिछले तक पहुँचा फाइल समय मिलता है लिनक्स
Ubuntu Linux has a rich set of commands for manipulating and accessing files. Ubuntu Linux कमांड के साथ छेड़खानी और फ़ाइलों तक पहुँचने के लिए एक अमीर की स्थापना की है. The stat utility gives detailed access to file information, including last accessed and last modified file time. स्टेट उपयोगिता का उपयोग सहित विस्तृत जानकारी के लिए फाइल, पिछले तक पहुँचा देती है और अंतिम बार संशोधित फ़ाइल का समय है.
From the terminal window, run the command with this syntax: टर्मिनल विंडो से, इस वाक्य रचना के साथ कमांड चलायें:
stat filename स्टेट फ़ाइल नाम
Here's an example of checking the last time I've run Firefox on one of my machines: यहाँ पिछली बार मैं अपने मशीन में से एक पर फ़ायरफ़ॉक्स भाग लिया जाँच का एक उदाहरण है:
[geek@ubuntu firefox]# stat firefox-bin geek [@ Firefox Ubuntu] # स्टेट Firefox-बिन File: `firefox-bin' फ़ाइल: 'Firefox' बिन Size: 9781136 Blocks: 19136 IO Block: 4096 Regular File आकार: 9781136 ब्लॉक: 19,136 कब ब्लॉक: 4,096 नियमित फाइल Device: 302h/770d Inode: 555615 Links: 1 उपकरण: 302h/770d Inode: 555,615 कड़ियाँ: 1 Access: (0755/-rwxr-xr-x) Uid: ( 500/ geek) Gid: ( 500/ geek) उपयोग: (0755/-rwxr-xr-x Uid): (500 / geek) जीआईडी: (500 / geek) Access: 2006-01-14 17:41:15.000000000 -0500 उपयोग: 2006-01-14 17:41:15.000000000 -0500 Modify: 2005-05-11 14:17:00.000000000 -0400 संशोधित करें: 2005-05-11 14:17:00.000000000 -0400 Change: 2005-05-13 23:31:44.000000000 -0400 बदलें: 2005-05-13 23:31:44.000000000 -0400
I guess I haven't used that box in a while… last time I used firefox was january 14th. मुझे लगता है मैं उपयोग नहीं किया है कि एक समय में बॉक्स ... पिछली बार जब मैं Firefox जनवरी 14 इस्तेमाल किया गया था.

Daily Email Updates दैनिक ईमेल अपडेट
You can get our how-to articles in your inbox each day for free. आप अपने इनबॉक्स में हमारे कैसे लेख को मुफ्त के लिए प्रत्येक दिन प्राप्त कर सकते हैं. Just enter your name and email below: बस नीचे अपना नाम और ईमेल दर्ज करें:



Is there any way to know who accessed the file last time. क्या कोई तरीका है पता है, जो पिछली बार फ़ाइल पहुँचा.