groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] Correction of access permissions in groff source


From: Bernd Warken
Subject: [Groff] Correction of access permissions in groff source
Date: Wed, 12 May 2004 14:20:41 +0200

The groff source in the tar file has strange access permissions.   The command  
`ls -l` reveals that most files have the x-attribute (executable mode) set and 
most files and directories use the group s-attribute.  The following shell 
script fixes this.

cd <groff-source-top-dir>
chmod 755 "$(find -type d)"
chmod 644 "$(find -type f)"
chmod 755 "$(find -type f -name '*sh')"
chmod 755 configure

Bernd Warken

_____________________________________________________________________
Der WEB.DE Virenschutz schuetzt Ihr Postfach vor dem Wurm Netsky.A-P!
Kostenfrei fuer alle FreeMail Nutzer. http://f.web.de/?mc=021157



reply via email to

[Prev in Thread] Current Thread [Next in Thread]