Gnu Jntu
Gnu Jntu
Operating System...
1. User management
2. Process Management
3. Netconfig
4. File Permissions
5. Mounting windows partitions..
6. package management
7. Grub
System Administration
USER MANAGEMENT:
# useradd -m butterscotch
[-m. with home directory -- /home/butterscotch]
# userdel -r butterscotch
[-r deletes the home directory along with the user]
Mounting a filesystem
$ kill -9 3216
"chmod 644 Desktop" will allow the owner (you) read and
write access, the group read access, and everybody else
(world) read access too.