Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Tài liệu HOT
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Thông tin
Điều khoản sử dụng
Quy định bảo mật
Quy chế hoạt động
Chính sách bản quyền
0
Trang chủ
Công Nghệ Thông Tin
Hệ điều hành
Module Linux essentials - Module 16: Special permissions, links and file locations
TAILIEUCHUNG - Module Linux essentials - Module 16: Special permissions, links and file locations
Module Linux essentials - Module 16 introduce special permissions, links and file locations. After studying this chapter students should be able to: Working with system files and libraries, understanding symbolic links. | Module 16 Special Permissions, Links and File Locations Exam Objective Special Directories and Files Objective Summary Working with system files and libraries Understanding symbolic links setuid Permission The setuid Permission The setuid permission is set on certain system utilities so that an ordinary user can execute the program as if it was run by the root user. This allows an a normal user to perform common system administration tasks without having to do gain direct access to the root account. An excellent example of the setuid permission in action is the /usr/bin/passwd command. When a user executes the passwd command successfully, the command is able to update the /etc/shadow file to set a new password for the user. This file can’t be accessed normally by no-root users. Files with setuid A file that has setuid permission properly set will have a lowercase "s" in the “user owner” execute position, indicating both setuid and execute permission for the user owner are set: -rwsr-xr-x A file which has setuid permission, but lacks execute permission for the user owner will show an uppercase "S" to highlight that the permission is not effective: -rwSr-xr-x Using chmod with setuid The chmod command can be used to set or remove the setuid permission, using either a symbolic or numeric method Setting setuid where nnn is original permission mode: chmod u+s file or chmod 4nnn file Removing setuid where original mode is 4nnn: chmod u-s file or chmod 0nnn file setgid Permission The setgid Permission on a File The setgid permission used on a file is similar to setuid except that it uses group permissions. When a user executes a file that is setgid, the system runs the command as if the user were a member of the group that owns the executable, usually granting access to additional files. An example of setgid permission on a file is the /usr/bin/wall command. The wall command sends messages to other user’s terminals. Since this executable is owned by the "tty" group, .
Kim Long
72
59
pptx
Báo lỗi
Trùng lắp nội dung
Văn hóa đồi trụy
Phản động
Bản quyền
File lỗi
Khác
Upload
Tải xuống
đang nạp các trang xem trước
Không thể tạo bản xem trước, hãy bấm tải xuống
Tải xuống
TÀI LIỆU LIÊN QUAN
Module Linux essentials - Module 0: Linux essentials chapters
1
75
0
Module Linux essentials - Module 1: Introduction to Linux
21
98
0
Module Linux essentials - Module 3: Using Linux
10
82
0
RH033 - Red Hat Linux Essentials
296
64
2
Module Linux essentials - Module 4: Command line skills
19
75
1
Module Linux essentials - Module 2: Open source applications and licenses
27
99
0
Module Linux essentials - Module 5: Getting help
26
88
0
Module Linux essentials - Module 6: Working with files and directories
18
78
0
Module Linux essentials - Module 7: Archiving and compression
10
71
0
Module Linux essentials - Module 8: Pipes, redirection and REGEX
70
56
0
TÀI LIỆU XEM NHIỀU
Một Case Về Hematology (1)
8
462368
61
Giới thiệu :Lập trình mã nguồn mở
14
26940
79
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11382
543
Câu hỏi và đáp án bài tập tình huống Quản trị học
14
10578
468
Phân tích và làm rõ ý kiến sau: “Bài thơ Tự tình II vừa nói lên bi kịch duyên phận vừa cho thấy khát vọng sống, khát vọng hạnh phúc của Hồ Xuân Hương”
3
9860
108
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8911
1161
Tiểu luận: Nội dung tư tưởng Hồ Chí Minh về đạo đức
16
8530
426
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8111
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
8012
1828
Đề tài: Dự án kinh doanh thời trang quần áo nữ
17
7304
268
TỪ KHÓA LIÊN QUAN
Hệ điều hành
Linux essentials
Module Linux essentials
Special permissions
Setuid permission
Setgid permission
Working with sticky bit
Linux essentials chapters
Using Linux
Command line skills
Network configuration
History of Linux
Linux system
Open source
Linux runs
Desktop skills
Working in Linux
Command line
Red Hat Linux Essentials
Linux Ideas and History
Linux Usage Basics
Running Commands
Browsing the Filesystem
Linux command line
Basic shell
Command line interface
Major open source applications
Mobile applications
Web servers
Mail servers
The man command
Controlling the man page display
Man page sections
Working with files
Working with directories
Directory path
Home directory
The command line
Archiving file
Decompressed file
Lossy compression
Searching data from files
Extracting data from files
Command line pipes
Redirecting STDOUT
Basic scripting
Turning commands into a script
Basic text editing
Basic shell scripting
Understanding computer hardware
System Information
Viewing CPU information
Peripheral devices
Managing packages
Managing processes
Debian package management
RPM based management
Domain Name Service
IP addressing
Configuring the network
System security
User security
System users
Identifying user types
Managing users
Managing groups
Account information
Password security
Managing file permissions
Identity information
Chmod command
Umask command
Slackware Linux Essentials
2nd Edition
Second Edition
JavaScript
Enlightenment
JavaScript 1
Mobile Cookbook
windows operating system
unix operating system
system administration
installation tips
operating system
linux
Managing Linux Systems
TCP IP essentials
A Lab Based approach
TCP IP overview
Linux and TCP IP networking
A single segment network
The Cisco IOS
Dynamic routing
system administrators
mac operating system
installation experience
linux operating system
computer software
computer tips
It
TÀI LIỆU MỚI ĐĂNG
THE ANTHROPOLOGY OF ONLINE COMMUNITIES BY Samuel M.Wilson and Leighton C. Peterson
19
231
4
14-01-2025
Báo cáo nghiên cứu khoa học " Sự nhất quán phát triển kinh tế thị trường XHCN trong xây dựng xã hội hài hoà của Trung Quốc và đổi mới của Việt Nam "
8
153
1
14-01-2025
The Ombudsman Enterprise and Administrative Justice
309
152
0
14-01-2025
Sáng kiến kinh nghiệm môn mỹ thuật
5
185
1
14-01-2025
Lập trình Java cơ bản : Luồng và xử lý file part 8
5
143
1
14-01-2025
Báo cáo khoa học: "A rare coexistence of adrenal cavernous hemangioma with extramedullar hemopoietic tissue: a case report and brief review of the literature"
4
112
0
14-01-2025
SQL và PL/SQLCơ bản.Oracle cơ bản - SQL và PL/SQLMỤC LỤCMỤC LỤC ... CHƯƠNG
104
168
0
14-01-2025
Giáo trình hướng dẫn phân tích hệ thống xu pap xả trong động cơ đốt trong dưới tác dụng của nhiệt độ cao p5
5
125
6
14-01-2025
Đề thi Tiếng Anh lop 12 (2010-2011) Trần Hưng Đạo Mã đề: 001
19
114
0
14-01-2025
Báo cáo lâm nghiệp: " Influence de l’élagage sur la duraminisation, la production de bois de tension et quelques autres propriétés du bois de peuplierI 214"
13
119
0
14-01-2025
TÀI LIỆU HOT
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8111
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
8012
1828
Ebook Chào con ba mẹ đã sẵn sàng
112
4450
1377
Ebook Tuyển tập đề bài và bài văn nghị luận xã hội: Phần 1
62
6403
1280
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8911
1161
Giáo trình Văn hóa kinh doanh - PGS.TS. Dương Thị Liễu
561
3865
680
Giáo trình Sinh lí học trẻ em: Phần 1 - TS Lê Thanh Vân
122
3931
610
Giáo trình Pháp luật đại cương: Phần 1 - NXB ĐH Sư Phạm
274
4796
567
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11382
543
Bài tập nhóm quản lý dự án: Dự án xây dựng quán cafe
35
4542
490
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.