bug#40090: rm seems unfinished when calling mkdir

2020-03-16 Thread Pádraig Brady
tag 40090 notabug close 40090 stop On 16/03/2020 15:02, Boyen, Peter wrote: When I remove a folder by using rm -rfv ${TEMP_STORAGE}', shortly followed by an 'mkdir -pv ${TEMP_STORAGE}' to recreate the same folder, I get mkdir: cannot create directory './temp_storage': Operation not permitted It

bug#40090: rm seems unfinished when calling mkdir

2020-03-16 Thread Boyen, Peter
When I remove a folder by using rm -rfv ${TEMP_STORAGE}', shortly followed by an 'mkdir -pv ${TEMP_STORAGE}' to recreate the same folder, I get mkdir: cannot create directory './temp_storage': Operation not permitted It seems the rm command is not fully finished yet, somehow. * I am running a