TODO

Logging

In order to log a user’s warnings into the logging directory (default /var/log/lshell/) , you must first create the folder (if it is no create by the installer) and chown it to lshellg group:

# mkdir /var/log/lshell
# chown :lshellg /var/log/lshell
# chmod 770 /var/log/lshell

then add the user to the lshellg group:

# usermod -aG lshellg user_name

User's default shell

In order to set lshell as default shell for a user:

On Linux:
# chsh -s /usr/bin/lshell user_name

On *BSD:
# chsh -s /usr/{pkg,local}/bin/lshell user_name

lshell: Todo (last edited 2010-02-21 23:17:09 by ghantoos)