• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

Category: Linux Commands

12 May 2020

How to Use SCP Command to Transfer Files and Folders

Written by Admin
SCP (secure copy) command line tool in Linux that is used to copy files over the networks in a secure way. It can be used to copy files between the local host and the remote host or between two remote hosts. It uses same authentication mechanism as used in the Secure Shell (SSH) protocol....
Read More about How to Use SCP Command to Transfer Files and Folders
Linux Commands Leave a Comment
29 December 2019

How to use Grep Command in Linux

Written by Admin
The grep (global regular expression print) command is one of the most useful and commonly used command in Linux systems. Grep command searches given input from files and will write each matching line to output. If files are not specified then grep reads from standard input. This guide explains how to use grep command...
Read More about How to use Grep Command in Linux
Linux Commands Leave a Comment
28 December 2019

How to Create Directories in Linux (mkdir Command)

Written by Admin
You can create new directory on your Linux systems using command line or using UI of file manager. The mkdir command allows you to create a new directories (folders) on your Linux systems. This guide explains use of mkdir command with examples. Linux mkdir Command Syntax# The basic syntax for the mkdir command is...
Read More about How to Create Directories in Linux (mkdir Command)
Linux Commands Leave a Comment
26 December 2019

Linux Reboot (Restart) Command

Written by Admin
Linux system reboot required in many circumstances, like troubleshooting hardware issues, installing applications, kernel update, etc. This guide explains how to reboot (restart) the Linux system using command line. In the latest Linux distros includes the systemctl utility. The reboot and shutdown commands are aliases to systemctl and are available in the system for...
Read More about Linux Reboot (Restart) Command
Linux Commands Leave a Comment
25 December 2019

Linux Shutdown Command

Written by Admin
Using shutdown command the Linux system will be down in a secure way. When the shutdown command fired all the logged-in users will be notified that the system is going down, and no further logins are allowed. You can shutdown your system immediately or at the specified time. This article explains the shutdown command...
Read More about Linux Shutdown Command
Linux Commands Leave a Comment
25 December 2019

Sudo Command in Linux

Written by Admin
Using sudo command you can perform the actions and operations as root user. It’s the mostly used command for Linux user. It’s always recommended to login as a sudo user instead of as root and perform task. You can give limited administrative privileges to sudo users without providing them root password. This guide will...
Read More about Sudo Command in Linux
Linux Commands Leave a Comment
24 December 2019

How to use apt Command in Linux

Written by Admin
APT (Advanced Package Tool) is the command line tool to interact with the packaging system. It helps in handling packages and retrieve the information and packages from the authenticated sources for installation, upgrade and removal of packages along with their dependencies. apt command is a more friendly way to handle packaging. Mostly, to use...
Read More about How to use apt Command in Linux
Linux Commands Leave a Comment
23 December 2019

How to Extract (Unzip) Tar Gz File

Written by Admin
In this article, we will show you how to extract (or unzip) tar.gz and tgz archives. Now a days in the open-source world .zip and .tar.gz files used on a regular basis. Most of Open-source packages are generally available to download in .tar.gz and .zip formats. A group of files converted into a archive...
Read More about How to Extract (Unzip) Tar Gz File
Linux Commands Leave a Comment
21 December 2019

Less Command in Linux

Written by Admin
Less command is used to display contents of any output of command or a file in a single page at a time. Using it you can navigate to backward and forward through the file or output. Less will read file page by page instead of entire files so it will load fast compare to...
Read More about Less Command in Linux
Linux Commands Leave a Comment
20 December 2019

Cd Command in Linux

Written by Admin
You can use cd (“change directory”) command to switch the current working directory in Linux and other Unix-like operating systems. This command is used frequently and it’s basic command to work with Linux terminal. In this guide, we will show you how to use the cd command to navigate your system’s directory tree. cd...
Read More about Cd Command in Linux
Linux Commands Leave a Comment
← Previous 1 … 10 11 12 13 Next →

Popular Posts

  • How to Install Python 3.9 on Debian 10
    How to Install Python 3.9 on Debian 10 December 25, 2020
  • How to Install Php 8 on Debian 10
    How to Install PHP 8 on Debian 10 January 2, 2021
  • How to Install Python 3.9 on CentOS 8
    How to Install Python 3.9 on CentOS 8 December 31, 2020
  • How to Install Php 8 on Ubuntu 20.04
    How to Install PHP 8 on Ubuntu 20.04 December 28, 2020
  • How to Install GIMP on Debian 10
    How to Install GIMP 2.10 on Debian 10 December 27, 2020
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook