ls -a - (all) shows user config files
.bash_history
.gnome - desktop environment
ls -l - use a long listing command
su - switch to the administrator accound
cd / - very top directory
cd bin - here are situated the most common commands
.bashrc - contains aliases (should run after modification -> source .bashrc)
Comments
Post a Comment