| bio | website | |
|---|---|---|
| location | Netherlands | |
| age | 22 | |
| visits | member for | 1 year, 9 months |
| seen | May 2 at 18:50 | |
| stats | profile views | 13 |
CS student
|
Apr 6 |
comment |
How do I delete a file whose name begins with “-” (hyphen a.k.a. dash or minus)? @KeithThompson -- is a feature of most GNU tools, so it won't work on most non-GNU ("non-Linux") Unix'es (e.g. BSD variants or some embedded systems) |
|
Apr 22 |
comment |
Daemon file access denied while it shouldn't Good explanation. I had thought of ACL but the filesystems currently doesn't have it enabled so I guess I'll start working on that. |
|
Mar 22 |
comment |
64-bit Linux doesn't recognize my RAM between 3 and 32 GB I would be interested in what a debian live (/ubuntu, since it's the next closest thing) boot would tell, since that can be used to easily distinguish between problems with your hardware and problems with your configuration. |
|
Sep 3 |
comment |
Get rights for specific user on file/dir If the calling user doesn't have access it should return false or an error (I'd like to use it as an additional layer of access control, the service can't even serve anything it doesn't have access to) |
|
Sep 3 |
comment |
Get rights for specific user on file/dir I realised that shortly after commenting, see my edited comment |
|
Sep 3 |
comment |
Get rights for specific user on file/dir I had thought of this, but doesn't this create an enormous security leak? The executing user would need sudo rights... |
|
Aug 29 |
comment |
Group information reported wrong for a specific user @rozcietrzewiacz Then the group information is invalid too. The same holds true for /bin/dash -l |
|
Aug 29 |
comment |
Group information reported wrong for a specific user The groups were created long before this particular SSH session was started. The commands are literately run after logging in. |