What is the meaning of '-y' in 'sudo apt upgrade -y'?

0506

The -y option in the command sudo apt upgrade -y automatically answers "yes" to any prompts that may come up during the upgrade process. This allows the upgrade to proceed without requiring manual confirmation from the user for each action.

0 Comments

no data
Be the first to share your comment!