Stay Rad

  • Home
  • Archives
  • AboutMe
  • RSS
2013-07-03

Linuxパーミッション Memo

3桁の8進数Ver.

0 —
1 –x
2 -w-
3 -wx
4 r–
5 r-x
6 rw-
7 rwx

http://itpro.nikkeibp.co.jp/article/COLUMN/20060227/230728/

 

setgid(sgid)という属性

2775
http://blog.onk164.net/archives/272.html

2013-07-03

Linuxでログイン出来ないユーザをログイン出来るように変更する

1
2
$ su testuser
This account is currently not available.

↑こんなヤツが出る場合

testuserには「/sbin/nologin」が設定されている
なので「/bin/bash」に変更して上げる

$ usermod -s /bin/bash testuser


Thanks for the link.
http://server-setting.info/centos/login_user.html

Prev

Categories

  • Memo7
  • Try2
  • linux1

Tags

  • Firebase1
  • Hexo1
  • JAWSDAYS20151
  • MIME1
  • Memo1
  • emberjs2
  • linux3
  • remotework1
  • ruby1
  • vagrant1
  • wordpress1

Tag Cloud

Firebase Hexo JAWSDAYS2015 MIME Memo emberjs linux remotework ruby vagrant wordpress
© 2021 Hiroki Hatsushika