Difference: LinuxHints (3 vs. 4)

Revision 42015-05-01 - TimMcDonald

Line: 1 to 1
 

Linux Hints

  • Problem: Moving files into a web directory, even after changing permissions reporting a permission error when clicked on from web:
Line: 10 to 10
 
  • Ubuntu: setting your default shell:
    • chsh
    • then type the path to the shell you want, ex: /bin/bash
Added:
>
>
  • Adding a user
    • useradd -c "{USER FULL NAME}" -g {group} {username}
  • set password for a user
    • passwd {username}
  • Force the user to change their password on next login
    • chage -d 0 {username}
 

Comments

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback