Skip to content

Instantly share code, notes, and snippets.

@eam
Last active November 11, 2015 17:30
Show Gist options
  • Select an option

  • Save eam/2c0d8eaeb9ae9196843b to your computer and use it in GitHub Desktop.

Select an option

Save eam/2c0d8eaeb9ae9196843b to your computer and use it in GitHub Desktop.
[eam@nitre ~]$ cp /bin/sleep /tmp/sleep; /tmp/sleep 60&
[1] 15023
[eam@nitre ~]$ ls -l /tmp/sleep
-rwxr-xr-x 1 eam eam 27848 Nov 11 09:30 /tmp/sleep
[eam@nitre ~]$ echo "hi" >> /tmp/sleep
-bash: /tmp/sleep: Text file busy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment