CSS307-System Programming
Suleyman Demirel University Fall 2014
by Konstantin Latuta & EN3([ABCDEF]|KZ)04
CSS307-System Programming Suleyman Demirel University Fall 2014 by - - PowerPoint PPT Presentation
CSS307-System Programming Suleyman Demirel University Fall 2014 by Konstantin Latuta & EN3([ABCDEF]|KZ)04 Week03 GUI review and Introduction to Week03 GUI review and Introduction to Command Line Command Line Learning Goals
by Konstantin Latuta & EN3([ABCDEF]|KZ)04
– Learning some HowTos's of GNOME and Ubuntu 14.04 – Learning basic Linux shell commands and concepts
– KDE – Unity (based on GNOME) – Xfce – LXDE
– PSec, Cisco OpenConnect,
– No GUI overhead. – Virtually every task can be accomplished using the command line. – You can script tasks and series of procedures. – You can log on remotely to networked machines anywhere on the Internet. – You can initiate graphical apps directly from the command line.
–
–
–
–
– VT7 in Ubuntu and VT1 in
–
name of the program you are executing ls -a Desktop
–
switches to modify what the command may do
–
Usually start with one or two dashes ls -a Desktop ls --all Desktop
–
Represent what the command operates on ls -a Desktop
– most GNOME desktops
– Ubuntu
– RPM-based, like openSUSE or CentOS
– An inode is the data structure that describes a file on disk – It contains information about the file, including its type
– A directory entry contains a name and an inode number