Is there a way to view who viewed/accessed a file in linux? [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Hi I am a noob with linux server stuff.
I was wondering if there is a command in linux or there is a way to see which "user" has viewed or accessed a file in linux?
is there a such command?
I thought 'stat' command works could be a possible option, but after googling, I found out that someone posted here at the bottom:
http://www.howtogeek.com/howto/ubuntu/get-last-accessed-file-time-in-ubuntu-linux/
that there is not a way to view 'who' accessed a file. Is this true?

The audit subsystem can tell you who or what has accessed a filesystem object.

Related

Is there a way or tool that enables me to use linux like shell environment on top of windows? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there a way in which I can use linux command like ls -l on the window command prompt ? or maybe use powerful commands like grep on windows ?
Cygwin will do what you're looking for
MinGW/MSys is a minimal unix environment.

No bashrc in ubuntu Gnome [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like to configure my environment variables in Ubuntu version and can't find my bashrc.
Where can I find it?
in your home dir, e.g. if you are larix, then it is located in:
/home/larix/.bashrc
You can see it from your filemanager if it shows "hidden" files (if file name starts with "." it is considered as "hidden" file in linux)

mind mapping tool in linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to do mindmaps which are of the quality of mindmeister that you could include picture and links etc and would be able to export it reasonably well and print it.
I love X-Mind. I don't know if it does what you need, but I only use a small subset of it and still it rocks!
It has a very complete free version that never expires and doesn't contain crapware.
http://www.xmind.net/download/linux/
I prefer Freeplane but FreeMind can do the same things:
http://freemind.sourceforge.net/wiki/index.php/FreeMind_on_Linux
http://sourceforge.net/projects/freeplane/

in linux kernel 3.x module how can i count system calls with Kprobe? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
i need help to write a kernel module to count the linux system calls at kernel 3.x
i want to implement this with kprobe but earlier ways do this with *sys_call*.
please help me.
In this site you may find useful details for Kprobe!
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-tuning/cha.tuning.kprobes.html

Definitive website or pdf that explains about linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
like what is X windows,Cygwin,file system
Well, first you have to choose which Linux distribution you wish to use/learn, then you just use that distro's documentation, which normally has allot info.
You can find here some linux beginner lessons: http://www.linux.org/lessons/beginner/toc.html
Finally the best way to learn, besides reading is "getting your hands dirty". Install a distro of your choice and mess with it :)
I think this is a great way to start

Resources