0

This Thunar custom action is not working when used in 20.04. It works in 18.04?

sudo chattr -f +i %f 

This does not work either.

pkexec chattr -f +i %f 

1 Answer 1

0

Putting the password in single quotes is important.

echo 'password' | sudo -S chattr +i %f 
1
  • You should note that it was not taking your password, or that you want to echo it and not type it in. Commented Oct 12, 2022 at 14:24

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.