Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 1 match

by preetjt
2021-08-30 21:13
Forum: General Questions
Topic: Modifying readonly files
Replies: 9
Views: 1706

Modifying readonly files

I want to modify readonly files (such as, config files in /etc directory), I know I can do it manually with sudo vi command, however, I want to do it through coding, such as a .Net core application has to modify some readonly config files. since these config files has read/write permissions only for...