1-1
Operating Systems: Configuration & Use
CIS345
Mostafa afa Z. Ali
mzali@just.edu.jo
Fall 2009 Introduction to UBUNTU LINUX
Lecture 4
Mostafa afa Z. Ali mzali@just.edu.jo 1-1 Root Privileges Most - - PowerPoint PPT Presentation
Fall 2009 Lecture 4 Operating Systems: Configuration & Use CIS345 Introduction to UBUNTU LINUX Mostafa afa Z. Ali mzali@just.edu.jo 1-1 Root Privileges Most Linux systems include an account for a user named root (Superuser) who has
1-1
Fall 2009 Introduction to UBUNTU LINUX
Lecture 4
Starting a program from the menu. Notice that the right arrow means that there is a sub menu that can be displayed
Run application window
Keeps the window open waiting for the RETURN Key
the update manager window.
SystemAdministratorupdate manager, or by giving the command
manager from the terminal emulator or Run Application window (Alt-F2)
the key to changing the appearance of the
n menu: System Pref eferenc erences es Appearanc pearance
space on the workspace) and selecting Change nge Desktop
ground nd
ts enables you to select
Normal, and Extra. Normal and Extra replaces Metacity window manager with Compiz iz Fusion ion (Compiz-Fusion.org) which implements 3D desktop effects. Compiz is the name of the core, and Compiz Fusion are the plugins
Terminal Emulator Window
(MIM type, choose a custom icon)
remove emblems associated with the
its icon and List views
graphical format by issuing the command:
gksudo nautilus Which open a file browser window running the root privileges
If highlighted, the upper left column shows the categories
Sudo mandb
CONTROL-W
to verify the number of the job running the program, and using kill to abort the job
specified by the job number (preceded by the percent sign)
which CANNOT be ignored by the running program $ bigjob ^Z [1]+ Stopped bigjob $ jobs [1]+ Stopped bigjob $ kill -TERM %1 $ RETURN [1]+ Killed bigjob