D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] Tshirt joke idea

 

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