area: compatibilityarea: filesystemgood first issuepriority: p2type: bug
Repository-Metriken
- Stars
- (12.713 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 4T 22h) (184 gemergte PRs in 30 T)
Beschreibung
runsc result:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
[1]+ Bus error stress -c 1
Expected result in vanilla Linux:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
cp: cannot create regular file '/usr/bin/stress': Text file busy