Created
August 29, 2017 05:13
-
-
Save handakumbura/fbea67c0accbfbd4249f8b4ef0cf160f to your computer and use it in GitHub Desktop.
kt_articletwo_3
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
su - pyuser1 | |
echo "pyuser1 appending" >> /home/dumiduh/sharedfile | |
exit | |
su - pyuser2 | |
echo "pyuser2 appending" >> /home/dumiduh/sharedfile | |
exit | |
su - pyuser3 | |
echo "pyuser3 appending" >> /home/dumiduh/sharedfile | |
exit | |
cat /home/dumiduh/sharedfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment