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 9 years ago.
Improve this question
We have a Debain server, and we have our database on this server. I would like to see which partition the database resides in. Is there any way i can do this?
Mysql is default running of /var/lib/mysql. To find which partition, you could easily run
df /var/lib/mysql
from your shell. If it's not there you will get an error and we will have to search a little more. but lets start with a lazy long shot.
Related
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/
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
What is the use of creating a Hardlink and a softlink ? In what kind of scenarios do we create them ?
This has been discussed in length on sites that are more appropriate for this question.
When would creating a hard link be useful?
What is the difference between a soft (symbolic) link and a hard link?
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.
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
I created an extra partition in my macbook and then updated refit. After I couldn't start linux from usb again. Also after deleting partition entry is still appearing.
I allredy tried to reinstall refit.
Just execute this line in os x terminal
sudo fdisk -u /dev/disk0
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 12 years ago.
Improve this question
I have a question.
I have partition for home with directory "abc". So /home/abc
If I will reinstall Ubuntu and create the same user "abc" my data will be OK? Will this folder be cleared and created again?
https://askubuntu.com/search?q=reinstall+home
Thanks #bobince, if it is a SEPARATE partition, no problem. If you are trying to install over that partition it is going to get wiped.