# su -l www-data ./http-app.py
This account is currently not available.
# su -l www-data -c ./http-app.py
This account is currently not available.
# su -c ./http-app.py www-data
This account is currently not available.
# su -lc ./http-app.py www-data
This account is currently not available.
# getent passwd www-data
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
# getent shadow www-data
www-data:*:16842:0:99999:7:::
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.6 (jessie)
Release: 8.6
Codename: jessie
Benim su
ya da benim sorunum ne www-data
? Eskiden çalışırdı ...
Muhtemelen bunun nedeni /usr/sbin/nologin
, ama o zaman root
bu tek komut dosyası için sistemdeki diğer hizmetlerden ödün vermeden nasıl düşerim ( iyi bir nedenden dolayı ekip nologin
tarafından seçildi Debian
, inanmak istiyorum)?
/bin/sh
olarak kullanıldığını varsaydım ve-s
seçeneği yalnızca değiştirmek istediğinizde belirtmeniz gerekir/bin/bash
.