<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nils Kassube schrieb:
<blockquote cite="mid:200802060741.47196.kassube@gmx.net" type="cite">
<pre wrap="">Alfred JILKA wrote:
</pre>
<blockquote type="cite">
<pre wrap="">got a short question, which hopefully does not require a too long
answer: whenever I connect my DV-camera the device-file is recreated
with permissions 755.
Now the question: what can be done, so that either the file remains or
is recreated with
777 permissions ?
</pre>
</blockquote>
<pre wrap=""><!---->
In the file /etc/udev/rules.d/40-permissions.rules you can setup a rule
for the device in question.
Nils
</pre>
</blockquote>
<br>
As promised here my solution:<br>
# KERNEL=="raw1394", GROUP="disk"<br>
KERNEL=="raw1394", MODE="777"<br>
<br>
As I'm the only one working here, I think this is a safe way to get my
videos without the hassle of chmod into my PC. <br>
<br>
Thank you all for the great infos, I learned yet another problem to
solve myself.<br>
Alfred<br>
</body>
</html>