Mounting /proc file system

In order for certain programs to function properly the proc file system must be mounted. It's not a problem to mount the proc file system twice or even more than that, since it's a virtual file system maintained by the kernel itself.

Mount the proc file system by running the following command:



mount proc /proc -t proc