Tag Archives: ubuntu
CD – Change Directory Command
CD – Change Directory Command ============================= – cd means change working directory – Prototype: cd [-L | -P] [directory] cd – -If you do not give any directory to cd command, it will take you to home directory. eg. cd … Continue reading
Common linux virtual directories
Common Linux Virtual Directories ================================= Directory Usage / Root of virtual directory. No files are placed here (normally) /bin … Continue reading
Linux Run Levels
Linux Run Levels ================ Run Level Description 0 Halt 1 Single-User mode 2 Multi-user mode, usually … Continue reading
Boot process of linux
The boot process of linux ========================= – After you turn on your Linux System, linux kernel loads into memory and runs. – Firstly, it runs the init process. – init program is usually located at /sbin/init. – init process has … Continue reading