Same here:
root@suske:/dev# ls -al null crw-rw-rw- 1 root root 1, 3 Oct 12 10:36 null root@suske:/dev# echo "xxx" > null bash: null: Permission denied
the null is there, but I get perm denied.
<code>
<blockcode>
<foo>
[foo]
More information about formatting options
Same here: root@suske:/dev#
Same here:
root@suske:/dev# ls -al null
crw-rw-rw- 1 root root 1, 3 Oct 12 10:36 null
root@suske:/dev# echo "xxx" > null
bash: null: Permission denied
the null is there, but I get perm denied.