LINUXSTUFF
Sunday, September 23, 2012
Display current time in the prompt
›
UNIX Display current time in the prompt: ------------------------------ ---------------- In the PS1 environment variable, you can directly ...
What Is a Kernel
›
What Is a Kernel? -------------------- Let's start by providing a definition for the term kernel. The UNIX kernel is the software that ...
Saturday, September 22, 2012
commands
›
du -adk . | sort -nr
find command
›
Separate filenames using the null character: ------------------------------ -------------------- find . -name "*.foo" | xargs gre...
Zombie process
›
What is Zombie process in UNIX? How do you find Zombie process in UNIX? When a program forks and the child finishes before the parent, the ...
UNIX Single-User Mode:
›
UNIX Single-User Mode: -------------------------- This mode can be reached through the automatic reboot sequence, or by the user booting wi...
Linux boot sequence
›
Booting the Linux operating system: ---------------------------------------- The first thing a computer does on start-up is a primer test (...
›
Home
View web version