Confirmed users
3,104
edits
Line 592: | Line 592: | ||
[ffxbld@surf build2]$ find . -type f ! -perm 644 -exec chmod 644 {} \; | [ffxbld@surf build2]$ find . -type f ! -perm 644 -exec chmod 644 {} \; | ||
[ffxbld@surf build2]$ find . -type f ! -perm 644 | [ffxbld@surf build2]$ find . -type f ! -perm 644 | ||
</pre> | |||
==== Virus check ==== | |||
<pre> | |||
#ffxbld@stage | |||
clamdscan -m /mnt/netapp/stage/archive.mozilla.org/pub/firefox/nightly/4.0b1-candidates/build2/ | |||
----------- SCAN SUMMARY ----------- | |||
Infected files: 0 | |||
Time: 62.275 sec (1 m 2 s) | |||
</pre> | </pre> |