cat – Unix and Linux Command with Examples

DESCRIPTION: cat command is one of the basic utility in UNIX operating system to concatenate files. USAGE: cat command is used to View the full content of the file in the screen. copy the file append the content of the [...]

By |2023-01-07T22:13:05+05:30August 24th, 2015|UNIX & Linux|

Create User Account in UNIX / Linux

System administrator had access to create user accounts to allow users to login. They can create user account with default configuration or by custom configuration. To Create User Account in UNIX / Linux useradd command is used to add user [...]

By |2023-01-07T22:13:05+05:30May 19th, 2015|UNIX & Linux|

UNIX – Getting Started

What is UNIX? UNIX is an Operating system which is mainly developed to run on any computing devices. Unix is multiuser and multitasking operating system since several users can access the system and can do the several tasks at same [...]

By |2023-01-07T22:13:05+05:30January 22nd, 2015|UNIX & Linux|

ls – Unix and Linux command with examples

Option Description -a Display all the files and folders even if they are hidden. (How to hide files and folders in unix) -A Similar to ‘–a’ option. Displays all the files and folders(even hidden) excluding working directory (.) and parent [...]

By |2023-01-07T22:13:06+05:30July 23rd, 2013|UNIX & Linux|
Go to Top