6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/bash
|
|
|
|
chown root LGC-*
|
|
chgrp root LGC-*
|
|
chmod 644 LGC-*
|