01.03.22, 06:04 +0100, Stella Ashburne:
Sent: Tuesday, March 01, 2022 at 7:18 AM
From: "Brian" <a...@cityscape.co.uk>
To: debian-user@lists.debian.org
Subject: Re: What should I put inside the file called wlan0?
Om all my systems:
brian@5740:~$ ls -l /etc/network/interfaces
-rw-r--r-- 1 root root 475 Nov 3 19:23 /etc/network/interfaces
So the default chmod value of /etc/network/interfaces is 475 ?
No, 475 is the file's size.
The numeric value for the permission "-rw-r--r--" is 0644.
stat /etc/network/interfaces
will show you that.
--
Regards
mks