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

Tag: linux commands

12 June 2019

Linux File Command With Example

Written by Admin
Linux File Command
File command in Linux used to determine the type of a file. Generally users are assume file type by looking at extension of file. For example when you see a file with an extension of gif, jpg, bmp, or png you think of an image file. File command helps you when you don’t know...
Read More about Linux File Command With Example
Linux Commands Leave a Comment
12 June 2019

Uptime Command in Linux With Example

Written by Admin
Linux Uptime Command
The uptime command is used to show how long the system has been running. It will also show currently logged in users, system load average and the current time. In this tutorial, we have described the use of uptime in detail. Uptime Command Syntax# The syntax for the uptime command is as follows: uptime...
Read More about Uptime Command in Linux With Example
Linux Commands Leave a Comment
11 June 2019

Chown Command in Linux

Written by Admin
Chown Command in Linux
Linux is designed to support a large number of users. Because of this, it should maintain access permissions to files and directories. Also need how users can access these files and directories. The chown command is used to change the user and group ownership of a given file, directory or link. In this tutorial...
Read More about Chown Command in Linux
Linux Commands Leave a Comment
31 May 2019

Tail Command in Linux

Written by Admin
Linux Tail Command
Tail command displays the last lines from given file. By default, it prints last 10 lines if number of lines is not specified. This command is commonly used to monitor the files changes in real time. In this tutorial, you will learn how to use the Tail command in Linux. Prerequisites# You should have...
Read More about Tail Command in Linux
Linux Commands Leave a Comment
05 May 2019

Most Used Nginx Commands in Linux System

Written by Admin
Nginx Commands in Linux
Nginx is a free, high performance and open-source HTTP and reverse proxy server. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. It is a more flexible and lightweight program than Apache HTTP Server that’s why it powers some of the largest sites...
Read More about Most Used Nginx Commands in Linux System
Linux Commands Leave a Comment
05 May 2019

Basic Cat Command Examples in Linux

Written by Admin
Linux Cat Command
The cat command stands for “concatenate” and it is widely used in Linux OS. Using it you can read, write, concatenate files and redirect output to terminal. Commonly, cat is most used to display the contents of single or multiple text files, create new files, combine files, append content from one file to another...
Read More about Basic Cat Command Examples in Linux
Linux Commands Leave a Comment
02 May 2019

Remove Files and Directories Using Linux Command Line

Written by Admin
Remove Files and Directories using Linux Command
In this tutorial, you will learn how remove files and directories using the rm command in Linux system. Syntax of rm Command# Below is the basic syntax of rm command: rm [OPTIONS] [FILE_NAME] Here, Remove Files# Following are the multiple examples with different options to delete files using rm command: How to Remove a...
Read More about Remove Files and Directories Using Linux Command Line
Linux Commands Leave a Comment
02 May 2019

How to Use Shutdown Command in Linux

Written by Admin
Shutdown Command in Linux
Shutdown command is used to bring the system down in a safe and secure way. When the shutdown process is initiated, all the logged in users are notified that the system is going down right now or after some time. Using this command you can set specific time to make down your system. Shutdown...
Read More about How to Use Shutdown Command in Linux
Linux Commands Leave a Comment
01 May 2019

Wget Command Examples on Linux Command Line

Written by Admin
wget command examples
In this tutorial, we will show you how to use wget command with example and explanations of all wget options. What is Wget?# Wget is command line utility for downloading files in Linux from web. Using wget utility you can download files with FPT, HTTP, HTTPS protocols. It is free available utility and comes...
Read More about Wget Command Examples on Linux Command Line
Linux Commands Leave a Comment
DigitalOcean Referral Badge

Popular Posts

  • How to Install Microsoft Edge Browser on Ubuntu 22.04
    How to Install Microsoft Edge Browser on Ubuntu 22.04 March 14, 2023
  • How to Install Ruby on Ubuntu 22.04 LTS
    How to Install Ruby on Ubuntu 22.04 LTS February 27, 2023
  • How to Install LEMP Stack on Ubuntu 22.04
    How to Install LEMP Stack on Ubuntu 22.04 March 18, 2023
  • How to Install Set Up Apache Virtual Hosts on Ubuntu 22.04
    How to Set Up Apache Virtual Hosts on Ubuntu 22.04 March 2, 2023
  • How to Install MariaDB on Debian 11 Bullseye
    How to Install MariaDB on Debian 11 Bullseye March 8, 2023
© 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