作者 主題: [測試]quota question  (閱讀 2852 次)

0 會員 與 1 訪客 正在閱讀本文。

jjchiou

  • 懷疑的國中生
  • **
  • 文章數: 68
    • 檢視個人資料
[測試]quota question
« 於: 2003-11-07 15:21 »
Hi : 各位
我設定quota後要登入出現這樣訊息Could not chdir to home directory /home/jjchiou: Permission denied
-bash: /home/jjchiou/.bash_profile: Permission denied

我的.bash 檔內容如下好像沒有什麼問題ㄚ
有人知道問題可以告訴一下嗎   謝謝
 :-? cat /home/jjchiou/.bash_profile
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME


netman

  • 管理員
  • 俺是博士!
  • *****
  • 文章數: 17484
    • 檢視個人資料
    • http://www.study-area.org
[測試]quota question
« 回覆 #1 於: 2003-11-07 16:09 »
ls -ld /home/jjchiou 的結果?

jjchiou

  • 懷疑的國中生
  • **
  • 文章數: 68
    • 檢視個人資料
[測試]quota question
« 回覆 #2 於: 2003-11-07 17:01 »
drwx------    3 jjchiou  jjchiou      4096 11月  6 23:18 /home/jjchiou
It's seem normal , and I change .bash_profile mode to 744 ( original 644 ? strange )

netman

  • 管理員
  • 俺是博士!
  • *****
  • 文章數: 17484
    • 檢視個人資料
    • http://www.study-area.org
[測試]quota question
« 回覆 #3 於: 2003-11-08 00:40 »
try:
chmod a+x /home/jjchiou

jjchiou

  • 懷疑的國中生
  • **
  • 文章數: 68
    • 檢視個人資料
[測試]quota question
« 回覆 #4 於: 2003-11-10 10:01 »
it's result  chmod a+x /home/jjchiou

drwx--x--x    3 jjchiou  jjchiou      4096 11月  6 23:18 /home/jjchiou
But the result is same

netman

  • 管理員
  • 俺是博士!
  • *****
  • 文章數: 17484
    • 檢視個人資料
    • http://www.study-area.org
[測試]quota question
« 回覆 #5 於: 2003-11-10 14:42 »
well, i have no idea then...