Created
March 26, 2021 10:34
-
-
Save fcojperez/e6a31e1f6d0e294d97f8d917a95d957e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "Joining files /etc/passwd and /etc/shadow" | |
sudo sudo join -t ':' /etc/passwd /etc/shadow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment