Create synology user and enable terminal access: Unterschied zwischen den Versionen

Aus Joachim Schuster Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „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 fo…“)
 
Zeile 8: Zeile 8:
 
to
 
to
 
  /bin/ash
 
  /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

Version vom 12. September 2010, 15:17 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