HP-UX

RAID Theory

RAID: That it is; What it does …………………………………………………………. RAID: The Details ………………………………………………………………………. RAID Type: Concatenation ……………………………………………………… RAID Type: Striping (RAID-0) ………………………………………………… RAID Type: Mirroring (RAID-1) ………………………………………………. RAID Type: Stripping plus Mirroring (RAID-0+1) ………………………….. RAID Type: RAID-5 (Striping with Parity) …………………………………… RAID Comparison: RAID0+1 vs RAID5 ……………………………………… RAID History: The Lost Brothers ……………………………………………………… RAID: That it …

RAID Theory Read More »

What Happens When a User Logs In?

Well environment variables used to customize a user’s login environment can be defined from the command line, they are more commonly defined by several scripts that execute during the login process. Typically, three scripts execute during the login process to initialize the user’s environment. The first is a system-wide script maintained by the system administrator …

What Happens When a User Logs In? Read More »

Changing User Passwords from the Command Line

bash-3.00# passwd stfaChanging password for “stfa”stfa’s New password:Enter the new password again: Any time a password needs to be changed, whether by a regular user or the superuser, the passwd command is used. Normally an ordinary user on the system can change his or her own password (but nobody else’s). When invoked, the user is …

Changing User Passwords from the Command Line Read More »

Scroll to Top