Create user in linux
Create user in linux Use the adduser command to add a new user to your system. Be sure to
Read moreLinux is an open-source operating system (OS). An operating system is software that directly manages a system’s hardware and resources, like CPU, memory, and storage. The OS sits between applications and hardware and makes the connections between all of your software and the physical resources that do the work. Here, at https://blog.eduguru.in, We will discuss and solve real-life problems coming on Linux OS. We also know more interesting features of Linux here.
Create user in linux Use the adduser command to add a new user to your system. Be sure to
Read moreCreate and View file in linux The ‘cat’ command is used to display text files. It can also be used
Read morerm command to delete files in linux The rm command (short for remove) is a Unix / Linux command
Read moreHistory command in linux We will see how we can use history command effectively to extract the command which was
Read morels – linux command to listing files and directory Here is video to show how to use ls command in
Read morePWD – Linux command to check current working directory When you first open the terminal, you are in the
Read moreLinux command to check space df -h command is used to check space in linux
Read moreHow to disable IPv6 in Ubuntu To disable ipv6, you have to open /etc/sysctl.conf using any text editor and insert the following
Read moresudo privileges to an existing user in ubuntu If you have already created the user, you can add the user
Read moreFilter Logs with Grep : linux Command Grep Let’s understand the use of grep is to extract useful information from system logs:
Read more