nndm.1 (683B)
1 .TH NNDM 1 nndm-1.0 2 .SH "NAME" 3 nndm \- nndm's not a display manager 4 .SH "SYNOPSIS" 5 .B nndm 6 .RI < user > 7 .RI < command > 8 .RI [ arguments... ] 9 .SH "DESCRIPTION" 10 .B nndm 11 is a simple executable to automatically login a user and run a command. It performs all the necessary steps to prepare the command's environment, including 12 .TP 13 1. 14 Change process user and groups to those of the specified user. 15 .TP 16 2. 17 Set the environment variables 18 .BR HOME , 19 .BR SHELL , 20 .BR PATH , 21 .BR LOGNAME , 22 and 23 .BR USER 24 to their proper values based on the user specified. 25 .TP 26 3. 27 Set the current working directory to the user's home directory. 28 .SH "AUTHORS" 29 .B nndm 30 was writted by 31 .I Pollux <pollux@pollux.codes>