Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #232766
| From | Cmdte Alpha Tigre Z <santiagopinth@gmail.com> |
|---|---|
| Newsgroups | linux.debian.user |
| Subject | Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. |
| Date | 2021-03-11 01:40 +0100 |
| Message-ID | <BRhwR-4ko-3@gated-at.bofh.it> (permalink) |
| References | (7 earlier) <BRbrs-zi-11@gated-at.bofh.it> <BRbB9-CS-27@gated-at.bofh.it> <BRcGR-1iV-11@gated-at.bofh.it> <BRefD-2my-3@gated-at.bofh.it> <BRh3P-48e-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Written by The Wanderer > Well, if all you want is to be able to have more "newbie-friendly" > descriptive names of the directories, it might be possible to achieve > something like that by the simple addition of a collection of symlinks; > just symlink e.g. "/Configuration" to '/etc', '/Programs' to '/bin', > "/System Programs" to '/sbin', '/User Files' to '/home', et cetera. > > That wouldn't get rid of the existing names, but it would be simple to > implement as a single nearly-empty package. > > I imagine one could also set up a custom configuration of some file > browser such that it would hide displaying the "real" names, and then > ship a sort of micro-distro (installer task, maybe?) which installs the > symlinking package and that file browser as part of its standard UI > setup. It wouldn't be perfect, but it might meet the described want. I was thinking about that, but something could go wrong with that: Written by me. > >> I was wondering what would happen if some program used filesystem paths > >> as its input data for some processing task. He he, yes, changing status quo > >> is not easy Written by Stefan Monnier > > Here's one source of breakage I encountered a few times because of this > > /usr merge (which I generally welcome, BTW): > > > > dpkg -S =foo > > > > this (using the Zsh shell) should give me the name of the Debian package > > which provides the command `foo`. It works well for most commands, but > > it fails for `ifconfig` because `ifconfig` was actually installed in > > /sbin/ifconfig (but the /usr merge makes this same /sbin directory > > available under the name /usr/sbin so Zsh thinks that `ifconfig` comes > > from `/usr/sbin/ifconfig` whereas `dpkg` doesn't have any record of > > installing a `/usr/sbin/ifconfig` file). Written by me > Yes, before every possible bug derived from that change is corrected, > you could use some sort path translation program > that takes paths from the caller program and translates it > to some path the called program can understand. > Just thinking. It could happen again.
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 04:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Weaver <weaver@riseup.net> - 2021-03-10 05:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 13:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-10 13:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Darac Marjal <mailinglist@darac.org.uk> - 2021-03-10 14:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 19:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 20:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Andrei POPESCU <andreimpopescu@gmail.com> - 2021-03-10 22:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 01:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 01:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 01:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 03:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-11 11:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 12:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 10:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-11 11:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 13:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 14:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-11 18:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Nate Bargmann <n0nb@n0nb.us> - 2021-03-10 19:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 20:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-11 12:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 20:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 21:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 05:10 +0100
Windows drive letters (was Re: Is there an alternative filesystem hierarchy that could be adapted to Debian.) The Wanderer <wanderer@fastmail.fm> - 2021-03-12 10:40 +0100
Re: Windows drive letters (was Re: Is there an alternative filesystem hierarchy that could be adapted to Debian.) David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 23:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-12 17:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-12 23:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Andrei POPESCU <andreimpopescu@gmail.com> - 2021-03-12 15:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 10:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Jeremy Ardley <jeremy@ardley.org> - 2021-03-10 23:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-11 00:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Sven Joachim <svenjoac@gmx.de> - 2021-03-10 23:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-11 01:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 01:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 01:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-11 02:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 03:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. <tomas@tuxteam.de> - 2021-03-10 14:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. The Wanderer <wanderer@fastmail.fm> - 2021-03-10 14:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. IL Ka <kazakevichilya@gmail.com> - 2021-03-10 14:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. "Thomas Schmitt" <scdbackup@gmx.net> - 2021-03-10 14:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. "J.B. Nicholson" <jbn@forestfield.org> - 2021-03-11 01:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Darac Marjal <mailinglist@darac.org.uk> - 2021-03-10 10:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. songbird <songbird@anthive.com> - 2021-03-10 14:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 14:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Nate Bargmann <n0nb@n0nb.us> - 2021-03-10 15:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. songbird <songbird@anthive.com> - 2021-03-10 16:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Richard Owlett <rowlett@cloud85.net> - 2021-03-10 18:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 21:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 21:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Joe <joe@jretrading.com> - 2021-03-10 22:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Dan Ritter <dsr@randomstring.org> - 2021-03-10 22:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 22:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. <tomas@tuxteam.de> - 2021-03-11 09:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 05:00 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David <bouncingcats@gmail.com> - 2021-03-11 06:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. David Wright <deblis@lionunicorn.co.uk> - 2021-03-11 19:40 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Greg Wooledge <greg@wooledge.org> - 2021-03-11 19:50 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Richard Owlett <rowlett@cloud85.net> - 2021-03-10 14:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-10 19:10 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Erwan David <erwan@rail.eu.org> - 2021-03-10 19:20 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Stefan Monnier <monnier@iro.umontreal.ca> - 2021-03-10 23:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. Cmdte Alpha Tigre Z <santiagopinth@gmail.com> - 2021-03-11 00:30 +0100
Re: Is there an alternative filesystem hierarchy that could be adapted to Debian. deloptes <deloptes@gmail.com> - 2021-03-11 07:30 +0100
csiph-web