PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

HowTo: Save A File In Vim / Vi Without Root Permission

jeudi 15 mai 2014 à 12:04
stuper, le 15/05/2014 à 11:20
Je dois pas être le seul à avoir rencontrer 1000 fois CE problème :
j'édite un fichier de config et au moment de l'enregistrer : "NON, PAS DE DROIT ROOT !"

Une solution ?
:w !sudo tee %

Problem solved !
(Permalink)

jeekajoo, le 15/05/2014 à 12:04
ça arrive souvent que tu commences à éditer un fichier alors que tu n'avais pas penser à l'ouvrir avec root... solution si t'es sudoer:
:w !sudo tee %

via http://stuper.info/shaarli/?O1ufIA
(Permalink)