Simplifies the scripts and adds the ability to easily and cleanly change the contents of these files without dealing with escape characters, etc.
4 lines
61 B
Bash
Executable File
4 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
echo "I: remove root password
|
|
passwd --delete root
|