jrm@
Developer
Michael Lucas is writing another book. This time it's about sudo and he's looking for input.
cp /usr/local/* /usr/local/*
chmod * /usr/local/*
chown * /usr/local/*
sudoedit /usr/local/*
sudoedit /usr/local/../../etc/rc.conf
sudo -l
for 5 minutes :eSirDice said:Indeed. This is fairly stupid too:
Code:cp /usr/local/* /usr/local/* chmod * /usr/local/* chown * /usr/local/*
marwis said:I don't get this. What does it do? Thanks.
Yep.throAU said:I'm guesing it's because * includes ../ along with ../../sbin (etc.), right?