ETH官方钱包

創作內容

2 GP

[Linux][CentOS 5.5] 5. 基礎權限設定

作者:game2002│2011-02-23 21:40:47│巴幣:2│人氣:296
5. 基礎權限設定

題目:
1. Create a file called yak and display the file permissions.
2. Devise a command to set the following permission on yak.
    a. the owner has read and write privileges.
    b. group members have read-only privileges.
    c. others cannot access the file at all.

3. Execute the command devised above and observe the effect.
4. Execute a command that would revoke read privileges from the group on yak.
5. Execute the command devised above and observe the effect.

---------------------------------------------------------------------------------------------------------
solution:
1. 建立檔案名為yak
[hhh@station8 ~]$ touch yak  
[hhh@station8 ~]$ ls -l
總計 1
-rw-rw-r-- 1 hhh hhh 0  2月 23 20:57 yak

2. 更改yak的權限設定,以符合題目的要求。
[hhh@station8 ~]$ chmod 640 yak
[hhh@station8 ~]$ ls -l
總計 1
-rw-r----- 1 hhh hhh 0  2月 23 20:57 yak

3. 依據題目要求,修正 group 的權限。
[hhh@station8 ~]$ chmod 600 yak
[hhh@station8 ~]$ ls -l
總計 1
-rw------- 1 hhh hhh 0  2月 23 20:57 yak
引用網址:http://www.jamesdambrosio.com/TrackBack.php?sn=1241249
All rights reserved. 版權所有,保留一切權利

相關創作

留言共 0 篇留言

我要留言提醒:您尚未登入,請先登入再留言

2喜歡★gameculb2002 可決定是否刪除您的留言,請勿發表違反站規文字。

前一篇:[Linux][Fedo... 後一篇:[Linux][Cent...


face基於日前微軟官方表示 Internet Explorer 不再支援新的網路標準,可能無法使用新的應用程式來呈現網站內容,在瀏覽器支援度及網站安全性的雙重考量下,為了讓巴友們有更好的使用體驗,巴哈姆特即將於 2019年9月2日 停止支援 Internet Explorer 瀏覽器的頁面呈現和功能。
屆時建議您使用下述瀏覽器來瀏覽巴哈姆特:
。Google Chrome(推薦)
。Mozilla Firefox
。Microsoft Edge(Windows10以上的作業系統版本才可使用)

face我們了解您不想看到廣告的心情? 若您願意支持巴哈姆特永續經營,請將 gamer.com.tw 加入廣告阻擋工具的白名單中,謝謝 !【教學】