[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Telnet Login Message
- Subject: RE: [cobalt-users] Telnet Login Message
- From: "Dee Dreslough" <dee@xxxxxxxxxxx>
- Date: Thu Jul 27 15:18:34 2000
What are the permissions on the files?
You can see them by typing
ls -la issue.net
and
ls -la rc.local
If they look like this: r-xr-xr-x or r--r--r-- it means they're 'read
only'. (R=Readable, X=Xecuteable, if a program or directory, w=Writeable)
You can fix this by typing
chmod +w issue.net
and
chmod +w rc.local
Be sure to change them back to read-only after you've done your changes so
another user doens't accidentally make changes to them. To do this, you'd
type:
chmod -w issue.net
and
chmod -w rc.local
Hope this helps!
-Dee Dreslough (new to RaQs, but not so new to Linux/Unix) :)
> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of
> Cmopollux@xxxxxxx
> Sent: Thursday, July 27, 2000 6:07 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] Telnet Login Message
>
>
> When i try to save changes to the issue.net and rc.local from
> pico it says
> "Permission Denied"?
>
> How can I get around this?
>
> Thanks
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>