Umask (Ubuntu): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Links == [http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html http://networkingathome.blogspot.com/2015/04/setting-umas…“) |
|||
Zeile 1: | Zeile 1: | ||
== Links == | {{note|Noch in Bearbeitung}} | ||
== Einstellung über GECOS-Feld == | |||
Das GECOS-Feld ist das fünte Feld in der Datei <code>/etc/passwd</code>: | |||
<pre> | |||
tomcat:x:121:128:umask=0002:/home/tomcat:/usr/sbin/nologin | |||
</pre> | |||
=== Links === | |||
[http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html] | [http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html] |
Version vom 19. Februar 2019, 13:22 Uhr
Noch in Bearbeitung
Einstellung über GECOS-Feld
Das GECOS-Feld ist das fünte Feld in der Datei /etc/passwd
:
tomcat:x:121:128:umask=0002:/home/tomcat:/usr/sbin/nologin
Links
http://networkingathome.blogspot.com/2015/04/setting-umask-for-user-in-gecos-field.html
Zurück zu Ubuntu