Cho mình hỏi mình muốn gán quyền cho user chỉ đọc đối với thư mục trong CentOS 7

vankhanhlythuc

New member
** Cách gán quyền chỉ đọc cho một thư mục trong centos 7 **

Trong hướng dẫn này, chúng tôi sẽ chỉ cho bạn cách gán quyền chỉ đọc cho một thư mục trong Centos 7.

** Điều kiện tiên quyết **

* Máy chủ Centos 7
* Một tài khoản người dùng có đặc quyền sudo

** Các bước **

1. Đăng nhập vào máy chủ CentOS 7 của bạn với tư cách là người dùng có đặc quyền sudo.
2. Điều hướng đến thư mục bạn muốn thay đổi quyền cho.
3. Sử dụng lệnh sau để thay đổi quyền cho thư mục:

`` `
sudo chmod o-w thư mục_name
`` `

Trong đó `thư mục_name` là tên của thư mục bạn muốn thay đổi quyền.

4. Xác minh rằng các quyền đã được thay đổi bằng cách sử dụng lệnh sau:

`` `
LS -L Thư mục_name
`` `

Đầu ra của lệnh này sẽ cho thấy rằng thư mục có các quyền sau:

`` `
DRWXR-XR-X 2 Nhóm người dùng 4096 ngày 11 tháng 1 09:54 Thư mục_name
`` `

Quyền `o-w` có nghĩa là người dùng` khác 'không có quyền ghi cho thư mục.

**Lời khuyên**

* Bạn cũng có thể sử dụng lệnh sau để thay đổi quyền cho một thư mục:

`` `
Người dùng sudo Chown: Nhóm thư mục_name
`` `

Lệnh này sẽ thay đổi quyền sở hữu thư mục thành người dùng và nhóm được chỉ định.

* Bạn có thể sử dụng lệnh sau để thay đổi quyền cho tất cả các thư mục trong cây thư mục:

`` `
sudo chmod -r o -w thư mục_name
`` `

Lệnh này sẽ thay đổi các quyền cho tất cả các thư mục và thư mục con trong thư mục được chỉ định.

** hashtags **

* #centos
* #Permissions
* #Directories
* #linux
* #sysadmin
=======================================
**How to Assign Read-Only Permission to a Directory in Centos 7**

In this tutorial, we will show you how to assign read-only permission to a directory in Centos 7.

**Prerequisites**

* A Centos 7 server
* A user account with sudo privileges

**Steps**

1. Log in to your Centos 7 server as a user with sudo privileges.
2. Navigate to the directory you want to change the permissions for.
3. Use the following command to change the permissions for the directory:

```
sudo chmod o-w directory_name
```

where `directory_name` is the name of the directory you want to change the permissions for.

4. Verify that the permissions have been changed by using the following command:

```
ls -l directory_name
```

The output of this command should show that the directory has the following permissions:

```
drwxr-xr-x 2 user group 4096 Jan 11 09:54 directory_name
```

The `o-w` permission means that the `other` users do not have write permission to the directory.

**Tips**

* You can also use the following command to change the permissions for a directory:

```
sudo chown user:group directory_name
```

This command will change the ownership of the directory to the specified user and group.

* You can use the following command to change the permissions for all directories in a directory tree:

```
sudo chmod -R o-w directory_name
```

This command will recursively change the permissions for all directories and subdirectories in the specified directory.

**Hashtags**

* #centos
* #Permissions
* #Directories
* #linux
* #sysadmin
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock