From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Thu, 2 Sep 2004 13:20:40 +0000 From: Heiko Dudzus Message-ID: Subject: [9fans] temporary bit prevents scp from file creation Topicbox-Message-UUID: db5d92f4-eacd-11e9-9e20-41e7f4b1d025 I am astonished how one affects the other. But scp can't place a file into a local directory (with temporary bit). term% chmod +t /usr/heiko/stuff term% scp dudzus@tty.freeshell.org:~/Einladung-ET.ps stuff/ scp: can't create stuff/: 'stuff/' create without DMDIR term% But: term% chmod -t /usr/heiko/stuff term% scp dudzus@tty.freeshell.org:~/Einladung-ET.ps stuff/ term% Not really a hard problem, but perhaps worth a note.