sudo sdm --extract-log outputs owned by root, how about the user? #345
tinker2much
started this conversation in
Ideas
Replies: 1 comment
-
|
Good point. I’ll have a look at that. Seems like it should be owned by the same owner as the directory it’s in?
Benn
On Oct 17, 2025, at 7:29 PM, tinker2much ***@***.***> wrote:
I noticed that when I do
sudo sdm --extract-log
the resulting history and apt.log files are owned by root.
So now, in the script where I run this I also do
sudo chown pi:pi history apt.log
afterwards, but it would be more convenient if the user didn't have to do that.
(Yes, I know its only one line of code...)
—
Reply to this email directly, view it on GitHub<#345>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACP64C42FVYW3AXZDRSX5YL3YGQZNAVCNFSM6AAAAACJQ7SNXCVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZGAZTSNJYG4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that when I do
sudo sdm --extract-logthe resulting history and apt.log files are owned by root.
So now, in the script where I run this I also do
sudo chown pi:pi history apt.logafterwards, but it would be more convenient if the user didn't have to do that.
(Yes, I know its only one line of code...)
Beta Was this translation helpful? Give feedback.
All reactions