It's been 2 weeks (sort of) since I intsalled Mint 13 Cinnamon. I learnt few basic (and fundamental imho) commands such as:
- File/directory operations: cd, pwd, ls, cp, mv, rm, mkdir, rmdir
- Info or manual about command: man, apropos, info, file
- Searching/filtering: find, locate, which, whereis, cat, grep
- Disk: fdisk, du, df, mount, umount, blkid
- User/group permission: useradd, groupaddd, userdel, groupdel, chmod, chown, newgrp, id
- I/O: simple piping and redirection
- Process: ps, kill
Modify few important file system:
/etc/fstab
~/.bashrc
Bash scripting: echo, read, if-then, while, case, getopt, file and directory check (e.g. [ -d "$file" ] ), piping command output as variable value
Environment variables: $USER, $PATH, $MANPATH, $USER, $TERM
Development: gcc (basic), gdb (basic), make (basic)
I am also familiar with following programming languages: C, C++, Java
So, where do I go from here? I know there are many things I haven't learn yet. Thank you.






