I want to automatically configure my fstab
in python
by running a script. I thought of using ConfigParser
in python
, but I am unable to use it properly.
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|||||||||||||
|
You can using fstab module. Its documentation here. Example:
|
|||
|
This will not work because As
Parsing the |
||||
|