Changes

Jump to navigation Jump to search
Line 270: Line 270:     
===Shell Access===
 
===Shell Access===
*I need to give a user shell access to the SMESERVER.
+
*I need to give a user shell access to the SME Server.
Shell access should only be provided to users who have a *need* for it and can be trusted. You can enable shell access for a user by:
  −
db accounts setprop username Shell /bin/bash
  −
chsh -s /bin/bash username
  −
 
  −
 
  −
*Improve user remote shell cosmetics
  −
Create a .bash_profile file for the user in ~
  −
 
  −
# include .bashrc if it exists
  −
if [ -f ~/.bashrc ]; then
  −
    source ~/.bashrc
  −
fi
      +
http://wiki.contribs.org/SME_Server:Documentation:User_Manual:Chapter1#Shell_Access
    
===Upgrading Server===
 
===Upgrading Server===

Navigation menu