Create synology user and enable terminal access: Unterschied zwischen den Versionen
Aus Joachim Schuster Wiki
Zeile 8: | Zeile 8: | ||
to | to | ||
/bin/ash | /bin/ash | ||
+ | |||
example: | example: |
Aktuelle Version vom 12. September 2010, 15:18 Uhr
To Create a user use the Disk Station Management.
To add the user to the terminal enabled users:
- edit /etc/passwd
nano /etc/passwd
- change the line ending for the redmine user
/sbin/nologin
to
/bin/ash
example:
redmine:x:1234:100:Redmine system user:/var/services/homes/redmine:/sbin/nologin
to
redmine:x:1234:100:Redmine system user:/var/services/homes/redmine:/bin/ash