5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo touch /home/ubuntu/FS/customfs.log
|
|
sudo chmod 666 /home/ubuntu/FS/customfs.log
|