[newbie] Writing to floppy disc
Bryan
newbie@vlug.org
Tue, 11 May 2004 18:17:29 -0700
Hi Andrew I've now figured out that I can copy and paste from Konsole to
email and vice versa.
chmod u+rwx /mnt/floppy When I do this as root it seems to be accepted,
no response, back to prompt. I have copied a file (as root) from
/home/usr/Documents to /mnt/floppy. I can not read the file through
konquerer - permission is denied. There is a padlock symbol on the file
icon in konquerer.
On Mon, 2004-05-10 at 19:34, Andrew Barnes wrote:
> =======================
> > cd /mnt ; ls -l | grep floppy
> >
> The response was drwxrwxrwx 0 root 0 May 9 9:39 floppy/
> =======================
>
> K - it's saying that /mnt/floppy has full privileges enabled for everyone.
>
> =======================
> > chmod u+rwx /mnt/floppy
>
> Now the response is "no such device or address"
> =======================
>
> That's weird considering the output from where you checked the permissions
> earlier.
>
> What does this command show you for output:
> cd /mnt ; ls
>
cd /mnt ; ls
cdrom/ cdrom2/ floppy/
[bryan@d206-116-251-229 mnt]$
-----Original Message-----
> From: newbie-admin@vlug.org [mailto:newbie-admin@vlug.org] On Behalf Of
> Bryan
> Sent: Monday, May 10, 2004 10:59 AM
> To: newbie@vlug.org
> Subject: RE: [newbie] Writing to floppy disc
>
> > ===================================
> > How to check and deal with permissions from Command Line:
> >
> > cd /mnt ; ls -l | grep floppy Again - different result this time.
[bryan@d206-116-251-229 mnt]$ cd /mnt ; ls -l | grep floppy
drwxr-xr-x 2 root root 4096 May 11 17:09 floppy/
[bryan@d206-116-251-229 mnt]$
It seems as if I can't tell the system I am the User. Therre's only me.
Bryan