Re: chmod a-x chmod Fix?
- From: Andy Green <andy@xxxxxxxxxxx>
- Date: Fri, 06 Jan 2006 14:56:30 +0000
Les Mikesell wrote:
> Or use perl.
> perldoc -f chmod
> for instructions. (But students that have root access should know
> this...)
Good fix but if knowing perl is a requirement for getting root then many
good people would have to hand back the keys :-) I found PHP really
useful to know for both cli scripting and webpages, shockingly useful
considering I was previously a C++ man who sneered at garbage collection
wimps :-)
Another way to fix this should AIUI have been
cd /bin
tar czf student-antidote.tar.gz chmod
on another box and then, after scp-ing the tarball to the scene of the
crime:
cd /bin
tar zxf student-antidote.tar.gz
on the bad box.
-Andy
Attachment:smime.p7s
Description: S/MIME Cryptographic Signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- chmod a-x chmod Fix?
- From: Chasecreek Systemhouse
- Re: chmod a-x chmod Fix?
- From: Ben Stringer
- Re: chmod a-x chmod Fix?
- From: Chasecreek Systemhouse
- Re: chmod a-x chmod Fix?
- From: Les Mikesell
- chmod a-x chmod Fix?
- Prev by Date: Re: New CPU or Boat Anchor
- Next by Date: Re: what is the grub step?!
- Previous by thread: Re: chmod a-x chmod Fix?
- Next by thread: Re: chmod a-x chmod Fix?
- Index(es):
Relevant Pages
|