HP T5125 Administrator's Guide: Linux-based HP Compaq t5125, t5515, t5525 Thin - Page 82

System Administrator, How are groups created using BusyBox?

Page 82 highlights

Frequently Asked Questions System Administrator How are users managed? A System Administrator creates new user accounts and assigns users to groups. The image provides the System Administrator with two different methods to manage users: ■ The User management utility, accessible by clicking Settings > User management. ■ Standard command-line tools to manage users - all from the Console command shell's BusyBox. Letter case matters when using command line names and option switches. How do you prevent a user account that is set to auto logon from being logged in? Press the left Shift key as soon as the login screen displays. How are groups created using BusyBox? The System Administrator uses the addgroup command to create a new group on the t5525. The /etc directory and the "group" file contain a list of defined groups. The addgroup command overview follows: addgroup [-g GID] group_name [user_name] "-g GID specify Group ID (gid) How are file permissions handled using BusyBox? The Linux operating system uses file permissions as its basis for security. A Linux operating system considers all resources and directories as files within the security structure. File permissions determine each file's read, write, and execute permissions for all users and groups on the system. Under Linux permissions, these are in three groups - owner, group, and others. Each group has three permission options - read, write, and execute. 6-2 www.hp.com Administrator's Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100

6-2
www.hp.com
Administrator’s Guide
Frequently Asked Questions
System Administrator
How are users managed?
A System Administrator creates new user accounts and assigns users
to groups. The image provides the System Administrator with two
different methods to manage users:
The User management utility, accessible by clicking
Settings
>
User management
.
Standard command-line tools to manage users - all from the
Console command shell’s BusyBox. Letter case matters when
using command line names and option switches.
How do you prevent a user account that is set to
auto logon from being logged in?
Press the left
Shift
key as soon as the login screen displays.
How are groups created using BusyBox?
The System Administrator uses the
addgroup
command to create a
new group on the t5525.
The /etc directory and the “group” file contain a list of defined
groups. The
addgroup
command overview follows:
addgroup [-g GID] group_name [user_name]
“-g GID specify Group ID (gid)
How are file permissions handled using
BusyBox?
The Linux operating system uses file permissions as its basis for
security. A Linux operating system considers all resources and
directories as files within the security structure. File permissions
determine each file’s read, write, and execute permissions for all users
and groups on the system. Under Linux permissions, these are in
three groups - owner, group, and others. Each group has three
permission options - read, write, and execute.