Tag Archives: linux permissions

What does /bin/sh -c do in Linux

To solve the problem of command permission, you can expand the scope of permission. Next, we will introduce it to you with an example. For example, there is a root file (admin.log) in the current directory, and we want to … Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on What does /bin/sh -c do in Linux

linux file properties and permissions

In Linux system, there are three most common file permissions: read (R), write (W) and execute (X) permissions. In Linux system, each file clearly defines the access rights of different identity users, which can be seen through ls command. Example … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on linux file properties and permissions