I'm trying to install glibc libraries, and for this I first need to create a directory: mkdir / usr / src / glibc-build, but the mkdir command gives an error that it is impossible to create a directory - access denied. What is the problem and how to fix it?

  • the rights? / usr, / usr / src - Sh4dow

2 answers 2

# mkdir /usr/src/glibc-build 

In Ubuntu:

 $ sudo mkdir /usr/src/glibc-build 

    So he writes to you that he is denied access. So, rights are not enough. So you need to do what you want from under the root or with the help of sudo.