Kyle Burton on Fri, 11 Jun 1999 13:12:27 -0400 (EDT) |
> I know this is probably an impossibly newbie question, but here goes: > > I have three dos volumes on my Linux laptop: /dosc, /dosd, and /dose. > Reading and writing to them as root is no problem. However, when I'm logged > in as myself (not root), the volumes are read-only, which is a nuisance. I > have tried as root to "chown" on an entire volume or directories within a > volume so that I can access them from my normal account, but I get a > "permission denied" error. > > Is there a solution to this problem, and if so could someone please email it > to me? Thanks in advance. > > Also: I'm about to order a web server from one of the Linux-ready companies > (e.g. Penguin). Has anyone had any experiences good or bad with any of these > vendors? you have to change the perms on the device in the /dev directory. if /dosc is /dev/hda1, you have to make /dev/hda1 writable by the user you're trying to write to it as...or on /dev/hda, I can't remember which. Please note that this is a really bad idea...it is extremely bad form as far as system security goes. I could be wrong... k _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|