1. 程式人生 > >sudo權限

sudo權限

sudo linux redhat

sudo是Unix/Linux平臺上的一個非常有用的工具,允許為非根用戶賦予一些合理的“權利”,讓他們執行一些只有根用戶或特許用戶才能完成的任務,從而減少根用戶的登陸次數和管理時間同時也提高了系統安全性。


sudo的目的:為非根用戶授予根用戶的權限;

sudo的工作過程如下:

1,當用戶執行sudo時,系統會主動尋找/etc/sudoers文件,判斷該用戶是否有執行sudo的權限

2,確認用戶具有可執行sudo的權限後,讓用戶輸入用戶自己的密碼確認

3,若密碼輸入成功,則開始執行sudo後續的命令

4,root執行sudo時不需要輸入密碼(sudoers文件中有配置root ALL=(ALL) ALL這樣一條規則)

5,若欲切換的身份與執行者的身份相同,也不需要輸入密碼


----------------------------------------------------------------------------------------------------------------------------------------------------

配置文件:/etc/sudoers

visudo命令編輯修改/etc/sudoers配置文件:

98 root ALL=(ALL) ALL

99 User01 RHEL7-1=(root) /usr/sbin/useradd,/usr/bin/passwd,/usr/bin/ls,/usr/bin/cat

說明:

第一個字段:root為能使用sudo命令的用戶;

第二個字段:第一個ALL為允許使用sudo的主機,第二個括號裏的ALL為使用sudo後以什麽身份(目的用戶身份)來執行命令;

第三個字段:ALL為以sudo命令允許執行的命令;

99行的解釋:

表示允許User01用戶能從RHEL7-1主機登錄,以root的身份執行useradd,passwd,ls,cat命令。

----------------------------------------------------------------------------------------------------------------------------------------------------

以下轉載了關於visudo有用的中文解釋,可參考:

  1. ## Sudoers allows particular users to run various commands as

  2. ## the root user, without needing the root password.

  3. ## 該文件允許特定用戶像root用戶一樣使用各種各樣的命令,而不需要root用戶的密碼

  4. ##

  5. ## Examples are provided at the bottom of the file for collections

  6. ## of related commands, which can then be delegated out to particular

  7. ## users or groups.

  8. ## 在文件的底部提供了很多相關命令的示例以供選擇,這些示例都可以被特定用戶或

  9. ## 用戶組所使用

  10. ##

  11. ## This file must be edited with the ‘visudo‘ command.

  12. ## 該文件必須使用"visudo"命令編輯

  13. ## Host Aliases

  14. ## Groups of machines. You may prefer to use hostnames (perhaps using

  15. ## wildcards for entire domains) or IP addresses instead.

  16. ## 對於一組服務器,你可能會更喜歡使用主機名(可能是全域名的通配符)

  17. ## 、或IP地址,這時可以配置主機別名

  18. # Host_Alias FILESERVERS = fs1, fs2

  19. # Host_Alias MAILSERVERS = smtp, smtp2

  20. ## User Aliases

  21. ## These aren‘t often necessary, as you can use regular groups

  22. ## (ie, from files, LDAP, NIS, etc) in this file - just use %groupname

  23. ## rather than USERALIAS

  24. ## 這並不很常用,因為你可以通過使用組來代替一組用戶的別名

  25. # User_Alias ADMINS = jsmith, mikem

  26. ## Command Aliases

  27. ## These are groups of related commands...

  28. ## 指定一系列相互關聯的命令(當然可以是一個)的別名,通過賦予該別名sudo權限,

  29. ## 可以通過sudo調用所有別名包含的命令,下面是一些示例

  30. ## Networking 網絡操作相關命令別名

  31. # Cmnd_Alias NETWORKING = /sbin/route, /sbin/ifconfig, /bin/ping, /sbin/dhclient

  32. , /usr/bin/net, /sbin/iptables, /usr/bin/rfcomm, /usr/bin/wvdial, /sbin/iwconfig

  33. , /sbin/mii-tool

  34. ## Installation and management of software 軟件安裝管理相關命令別名

  35. # Cmnd_Alias SOFTWARE = /bin/rpm, /usr/bin/up2date, /usr/bin/yum

  36. ## Services 服務相關命令別名

  37. # Cmnd_Alias SERVICES = /sbin/service, /sbin/chkconfig

  38. ## Updating the locate database 本地數據庫升級命令別名

  39. # Cmnd_Alias LOCATE = /usr/bin/updatedb

  40. ## Storage 磁盤操作相關命令別名

  41. # Cmnd_Alias STORAGE = /sbin/fdisk, /sbin/sfdisk, /sbin/parted, /sbin/partprobe

  42. , /bin/mount, /bin/umount

  43. ## Delegating permissions 代理權限相關命令別名

  44. # Cmnd_Alias DELEGATING = /usr/sbin/visudo, /bin/chown, /bin/chmod, /bin/chgrp

  45. ## Processes 進程相關命令別名

  46. # Cmnd_Alias PROCESSES = /bin/nice, /bin/kill, /usr/bin/kill, /usr/bin/killall

  47. ## Drivers 驅動命令別名

  48. # Cmnd_Alias DRIVERS = /sbin/modprobe

  49. # Defaults specification

  50. #

  51. # Disable "ssh hostname sudo <cmd>", because it will show the password in clear.

  52. # You have to run "ssh -t hostname sudo <cmd>".

  53. # 一些環境變量的相關配置,具體情況可見man soduers

  54. Defaults requiretty

  55. Defaults env_reset

  56. Defaults env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR LS_COLORS"

  57. Defaults env_keep += "MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE"

  58. Defaults env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES"

  59. Defaults env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"

  60. Defaults env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"

  61. Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin

  62. ## Next comes the main part: which users can run what software on

  63. ## which machines (the sudoers file can be shared between multiple

  64. ## systems).

  65. ## 下面是規則配置:什麽用戶在哪臺服務器上可以執行哪些命令(sudoers文件可以在多個系統上共享)

  66. ## Syntax(語法):

  67. ##

  68. ## user MACHINE=COMMANDS 用戶 登錄的主機=(可以變換的身份) 可以執行的命令

  69. ##

  70. ## The COMMANDS section may have other options added to it.

  71. ## 命令部分可以附帶一些其它的選項

  72. ##

  73. ## Allow root to run any commands anywhere

  74. ## 允許root用戶執行任意路徑下的任意命令

  75. root ALL=(ALL) ALL

  76. ## Allows members of the ‘sys‘ group to run networking, software,

  77. ## service management apps and more.

  78. ## 允許sys中戶組中的用戶使用NETWORKING等所有別名中配置的命令

  79. # %sys ALL = NETWORKING, SOFTWARE, SERVICES, STORAGE, DELEGATING, PROCESSES, LOCATE

  80. , DRIVERS

  81. ## Allows people in group wheel to run all commands

  82. ## 允許wheel用戶組中的用戶執行所有命令

  83. %wheel ALL=(ALL) ALL

  84. ## Same thing without a password

  85. ## 允許wheel用戶組中的用戶在不輸入該用戶的密碼的情況下使用所有命令

  86. # %wheel ALL=(ALL) NOPASSWD: ALL

  87. ## Allows members of the users group to mount and unmount the

  88. ## cdrom as root

  89. ## 允許users用戶組中的用戶像root用戶一樣使用mount、unmount、chrom命令

  90. # %users ALL=/sbin/mount /mnt/cdrom, /sbin/umount /mnt/cdrom

  91. ## Allows members of the users group to shutdown this system

  92. ## 允許users用戶組中的用戶關閉localhost這臺服務器

  93. # %users localhost=/sbin/shutdown -h now

  94. ## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)

  95. ## 讀取放置在/etc/sudoers.d/文件夾中的文件(此處的#不意味著這是一個聲明)

  96. #includedir /etc/sudoers.d



本文出自 “Christian Zhang” 博客,請務必保留此出處http://babylater.blog.51cto.com/4928321/1962119

sudo權限