The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
Posted Aug 1, 2018 0:19 UTC (Wed) by madscientist (subscriber, #16861)In reply to: The Grumpy Editor's Python 3 experience by k8to
Parent article: The Grumpy Editor's Python 3 experience
So, it could be "u" means the owner of the file and "o" means other users, or it could be that "o" means the owner of the file and "u" means other users.
Really, it's hard to imagine a worse pair of letters for sowing confusion. In fact the way it makes the most sense to me is exactly the opposite of reality: "o" should be "owner" and "u" should be general users.
That's why I prefer the numerical codes and consider them simpler to get right. Every time I need the text syntax (if I need to do something more sophisticated such as remove the w bit without touching other values) I have to go look up the man page to make sure I have it right. You definitely don't want to mess it up!!
Posted Aug 1, 2018 3:08 UTC (Wed)
by k8to (guest, #15413)
[Link]
Posted Aug 1, 2018 11:57 UTC (Wed)
by tao (subscriber, #17563)
[Link] (2 responses)
But I guess we all have different ways of remembering things.
Posted Aug 1, 2018 13:03 UTC (Wed)
by madscientist (subscriber, #16861)
[Link] (1 responses)
I already clearly (I think) explained the specific issue I had. I don't object to the text form, and as mentioned I do use it when I need to use the "+" or "-" forms of chmod for example. However I think poor design choices make it harder to use correctly and so I prefer the numeric system on the command line when possible. There's little possibility of mixing up the order of three numbers.
Please note I'm speaking here specifically of the "chmod" command line syntax.
Posted Aug 2, 2018 12:10 UTC (Thu)
by tao (subscriber, #17563)
[Link]
The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
The Grumpy Editor's Python 3 experience
