How to Create a Blank File in Linux/Ubuntu?
Blank Files are created by different methods in Linux/Ubuntu, like touch, cat, echo, redirection operator, and printf command.
Read More99 articles found
Linux Commands
Blank Files are created by different methods in Linux/Ubuntu, like touch, cat, echo, redirection operator, and printf command.
Read More
Linux Commands
To change file permissions and ownership in Linux/Ubuntu, use the “chmod
Linux Commands
A directory is added to a $PATH permanently by modifying either the .bashrc file or .profile file /etc/environment file.
Read More
Linux Commands
cd command is mainly used to navigate and change the present working directory. The syntax of the cd command is: “cd
Linux Commands
The “awk” command is useful to filter the search and is used with the “getend passwd” to return users of our own choice according to specific needs.
Read More
Linux Commands
To display the logged-in users in Ubuntu use any of the “user”, “who”, “w”, “ps au” Commands, or the Finger Utility Tool.
Read More
Linux Commands
Files and Directories can be compressed to zip archive with ease with the command line as well as GUI by “zip
Linux Commands
Hostname are set by nmtui tool, GUI, and by editing “etc/hostname” and “etc/hosts” files permanently, while by “hostnamectl” command for the current session.
Read More
Linux Commands
To run MySQL in Linux/Ubuntu terminal, first, you need to log into MySQL, create a user account, and grant privileges to the newly created user.
Read More
Linux Commands
The Linux grep command is used extensively to search and filter out string patterns in a file, multiple files, sub-directory, etc.
Read More