Je veux vérifier si un fichier existe comme ça
[ -f /path/to/file/ ]
Cependant, j'exécute cette commande en tant qu'utilisateur normal et le fichier appartient à root. Comment puis-je utiliser sudo pour y parvenir.
sudo [ -f /path/to/file/ ]
ne marche pas.