.. link: http://dgplug.org/summertraining/2013/posts/shantanusarkar-mount-20130711-060540.html .. description: .. tags: .. date: 2013/07/11 06:05:40 .. title: shantanusarkar Mount 20130711-060540 .. slug: shantanusarkar-mount-20130711-060540 Objective ---------- To create a file mount.py which when executed gives output as the mount command. Procedure ---------- 1. Open the file "/mount/proc" 2. Read the file. #. Print the read data. #. Close the file. Program -------- The `link`_. .. _link: https://github.com/shantanusarkar/dgplug_summer_training/blob/master/mount/mount.py Run ---- Run the above problem like:: $ chmod +x mount.py $ ./mount.py