How to log into Mandrake as ROOT ?
Hi, I'm a beginner with Linux and I would like to change the permissions of some folders (on another partition) to make them writable (change to 777). The only way to do it is to log as ROOT if I understand correctly.
Hi,
I'm a beginner with Linux and I would like to change the permissions of some folders (on another partition) to make them writable (change to 777).
The only way to do it is to log as ROOT if I understand correctly. But, sorry if it does seem silly for you, I don't know how to log as root.
Could anyone help ?
I'm a beginner with Linux and I would like to change the permissions of some folders (on another partition) to make them writable (change to 777).
The only way to do it is to log as ROOT if I understand correctly. But, sorry if it does seem silly for you, I don't know how to log as root.
Could anyone help ?
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
There should be several ways to do this. Log on with root as your username at your logon screen, and enter your root password. I havn't used mandrake but that is how Suse RH9 ARCH and gentoo are. You can also achieve your goal of changeing file permissions two other ways.
The way I usually do something like this is to open up shell console, type "su" to get root permission and then do
"exec /"location of your file browser" and modify your permission. I have only done this with konqueror(KDE).
You can also do chmod +777 /filename or folder. Which will give write permission to all users.
The way I usually do something like this is to open up shell console, type "su" to get root permission and then do
"exec /"location of your file browser" and modify your permission. I have only done this with konqueror(KDE).
You can also do chmod +777 /filename or folder. Which will give write permission to all users.
I can tell you from my experience that Mandrake 10 (if that is the version that you have) does not write to NTFS partitions.
You are better off making a fat32 partition to share files between Linux and Windows. This way, you can access these files from Windows XP and Mandrake. I would avoid trying to write to NTFS, especially with critical files.
You are better off making a fat32 partition to share files between Linux and Windows. This way, you can access these files from Windows XP and Mandrake. I would avoid trying to write to NTFS, especially with critical files.
danger, will robinson!
writing to NTFS is still dangerous to the health of your filesystem.
last I read about it, the driver still has problems allocating new NTFS space
for files. It's safe only to overwrite existing files and only so long as the
new contents are no larger than the old contents.
writing to NTFS is still dangerous to the health of your filesystem.
last I read about it, the driver still has problems allocating new NTFS space
for files. It's safe only to overwrite existing files and only so long as the
new contents are no larger than the old contents.