30 Basic UNIX Commands List With Examples

30 Basic UNIX Commands List 30 Basic UNIX Commands List With Examples is a good reference for someone who is beginner to UNIX/LINUX Operating System. These are most commonly used and basic Unix commands listed below: Man (Help Command) man is the interface used to …

How To Format Date For Display | Use In a Shell/Bash Script

Format Date For Display or Use In a Shell or Bash Script date command displays current Date and Time in Shell/Bash Script.We need to use the date command with specific format to format date or time in Linux or Unix shell scripts. This post shows …

Some Important Unix Commands

Some Important Unix Commands File Commands ls – directory listing ls -al – formatted listing with hidden files cd dir – change directory to dir cd – change to home pwd – show current directory mkdir dir – create a directory dir rm file – …

Some Important Unix Question and Answer

Some Important Unix Question and Answer What is the Architecture of Unix ? Explain with neat diagram? Unix Architecture: Here is a basic block diagram of a UNIX system: The main concept that unites all versions of UNIX is the following four basics: Kernel: The …