Skip to content

Instantly share code, notes, and snippets.

@handakumbura
Created August 29, 2017 05:13
Show Gist options
  • Save handakumbura/fbea67c0accbfbd4249f8b4ef0cf160f to your computer and use it in GitHub Desktop.
Save handakumbura/fbea67c0accbfbd4249f8b4ef0cf160f to your computer and use it in GitHub Desktop.
kt_articletwo_3
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