Tag Archives: ubuntu

ls – list command

ls – list command ================= – ls means list directory content – Prototype : ls [OPTION] … [FILE] … – Exit status It returns 0 ,on success Returns 1 in case of minor problems (eg. cannot access subdirectory) returns 2 … Continue reading

Posted in Shell Scripts | Tagged , , , , , , , , , , , | Leave a comment

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

Posted in Shell Scripts | Tagged , , , , , , | Leave a comment

Common linux virtual directories

Common Linux Virtual Directories ================================= Directory               Usage / Root                     of virtual directory. No files are placed here (normally) /bin         … Continue reading

Posted in Shell Scripts | Tagged , , , , , , , , | Leave a comment

Linux Run Levels

Linux Run Levels ================ Run Level    Description 0                    Halt 1                     Single-User mode 2                    Multi-user mode, usually … Continue reading

Posted in Shell Scripts | Tagged , , , , , | Leave a comment

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

Posted in Shell Scripts | Tagged , , , , | Leave a comment