ubuntu terminal - edit file of which I'am not the owner of -
i've software, namely: ettercap. i've intstructions change content of file: etter.conf. can't change file since it's read only, cant change it's permissions since i'am not owner of file. there way can edit file's content?
you can not edit file, if don't have required permissions. however, can use sudo
, if need root access edit file.
if not work, can use other way, prescribed software vendors.
use cp etter.conf etter-new.conf
, copy file , use new one.
don't forget backup
old one.
Comments
Post a Comment