Linux.com

CLI Magic: A little script to customize directory listings

Posted by: Anonymous [ip: 58.110.211.241] on December 11, 2007 04:53 PM
chmod 4755 ?

Why do you set it suid ?

Seems to work fine without that, and setuid root is not a good idea unless absolutely necessary...

I think chmod 755 is adequate. Also, it would be more usual to put things like this in /usr/local/bin , but that's a quibble.

#

Return to CLI Magic: A little script to customize directory listings