Skip to content

Programming by Design

If you're not prepared to be wrong, you'll never come up with anything original. – Sir Ken Robinson

  • About
  • Java-PbD
  • C-PbD
  • ASM-PbD
  • Algorithms
  • Other

Category: Uncategorized

Ubuntu Topic 4 – Security/User/Group Management

Posted on April 8, 2013July 27, 2015 By William Jojo
Uncategorized

Managing user accounts in Ubuntu is pretty straightforward. Creating a new user also creates a new group with the same name if you do not specify anything else. User Management To create a user: useradd -m -s /bin/bash username The -m option indicates a user’s home directory should be created and -s specifies which shell … Read More “Ubuntu Topic 4 – Security/User/Group Management” »

Ubuntu Topic 3 – Bash Shell Scripting

Posted on March 13, 2013July 27, 2015 By William Jojo
Uncategorized

Bash Shell Scripting Note: This is not an exhaustive description of Bash. It barely qualifies as introductory. The amount of information on the Bash shell is extensive. There is also an expectation that you have some basics of the command line. There is a wonderful, free bit of documentation in html and PDF form. The … Read More “Ubuntu Topic 3 – Bash Shell Scripting” »

Posts pagination

Previous 1 … 3 4

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright © 2018 – 2025 Programming by Design.