I'm looking for a way to 'mass update' ther permissions on a list of files using the attr command, But don't want to change each file individually. So, will attr accept multiple file names as an argument (eg. attr +e -pe file1 file2 file3 file 4)? Or is there a better way that using attr? Thanks