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 More865 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
Ubuntu
There are many methods to compress files e.g., .zip, tar.gz, .rar, .7s, Pigz, tar.xz, and tarbz2. Each method differs from the others by the algorithm it uses.
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
Ubuntu
Use “dconf reset” followed by the “autoremove” and “autoclean” commands to remove crabs and clean the cache, which is used to restore default settings of Ubuntu.
Read More
Ubuntu
Cron Jobs are powerful tasks performed by system administrators for task automation. With cron jobs, the scheduling of tasks is easier to interpret.
Read More
Ubuntu
The apt-get command can be used to install, remove packages, and autoclean Ubuntu System from Terminal. It can also be used with “cache” to search for packages.
Read More
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
Ubuntu
The RubyGems can be installed using the “apt install ruby ruby-dev” command or can be downloaded and extracted using the “wget” and “tar” commands.
Read More