[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]
Hehe, very good! I think the "find / -name "base" -print0 | xargs -0 chown -R us" would look better on a tshirt though.... Nice new take of the all your base belong to us quote :) On Sat, Jun 20, 2009 at 7:19 PM, Simon Waters<simon@xxxxxxxxxxxxxx> wrote: > Vinothan Shankar wrote: >> >> sudo -i >> chown -R us: /dev/base >> chown -R us: /etc/base >> chown -R us: /var/base >> chown -R us: /bin/base >> chown -R us: /usr/base >> chown -R us: /home/base >> exit >> >> Printing a t-shirt is probably charged by the character, so that should >> shave a little off. Plus, it's neater if you ask me. > > If we are doing by the character surely > > chown -hR us /dev/base /etc/base /var/base /bin/base /usr/base /home/base > > ... or ... > > find / -name "base" -print0 | xargs -0 chown -R us > > (-exec is probably less typing, but I can't bring myself to type it any > more). > > -- > The Mailing List for the Devon & Cornwall LUG > http://mailman.dclug.org.uk/listinfo/list > FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html > -- Regards, Sam Tarling -- PGP key ID: D04FD3D5 -- The Mailing List for the Devon & Cornwall LUG http://mailman.dclug.org.uk/listinfo/list FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html