Article on the subject of "linux command"
-
Learn about cheat.sh: A simple Terminal tool that provides a cheatsheet for any Linux command
use cheat.sh, a great tool that provides instant access to cheatsheets for any linux command.
-
8 commands for efficient management of Linux processes
there are three main states in the life cycle of an application process: start, run, and stop. if you want to be a competent linux administrator, you need to know how to manage each state carefully. the following 8 commands can be used to help you manage the entire process lifecycle.
-
How to use the stat command on Linux
the linux stat command shows you more details than the ls command. the following article will show you how to use the stat command in linux. like ls, the stat command has many options. this makes it a great candidate for the use of alias.
-
How to use the 'echo' command in Linux
whether you're new to linux or have been using the linux desktop for a long time, there are some commands that don't seem to make sense.
-
How to check the time of shutdown and reboot in Linux
there are many reasons why you might want to find out when your linux computer is off, reboot or how long it will run. in most cases, this information is invaluable in debugging a problem.
-
20+ essential Linux security commands
here are some of the most important security commands for everyday work on linux systems. if you're interested in security issues on your linux system, don't ignore these helpful security commands.
-
Basic Shell commands in Linux
working on the linux operating system you cannot not know the basic shell commands. for ease of operation on linux, tipsmake.com has compiled some basic linux shell commands, please consult.
-
Basic Linux commands everyone needs to know
when using linux, you should also learn basic linux commands to make operations quicker and easier. here are some basic commands on linux you should know.
-
How to manage Linux services using Systemd
one of the most important skills that any new systemd user needs to learn is how to manage computer services. this article will teach you the basics: start, stop, enable and disable services from the linux command line.
-
Instructions for using pstree command on Linux
pstree is a powerful and useful command to display processes running in linux. like the ps command, it shows all the processes that are currently active on your login system. the main difference is that when running the pstree command, processes are organized into tree sorting instead of lists
-
Learn the file system and folders on Linux operating systems
linux and unix file systems are organized in a hierarchy similar to the structure of a hierarchical tree. the highest level of the file system is the root directory, denoted by a slash '/' (root directory).
-
How to use the Linux command line on Android with Termux
android is a very operating system 'capacity with more and more desktop accessibility applications. however, sometimes you want to make some things on android that can be as easy as desktop. fortunately, you can use the termux tool, which builds on the existing infrastructure and provides a
-
How to use the which command in Linux
the which command in linux determines the executable binary, which will execute when you issue a command to the shell. if you have different versions of the same program on your computer, you can use which to find out which shell will use.
-
20+ essential Linux security commands
here are some of the most important security commands for everyday work on linux systems. if you're interested in security issues on your linux system, don't ignore these helpful security commands.
-
How to use the stat command on Linux
the linux stat command shows you more details than the ls command. the following article will show you how to use the stat command in linux. like ls, the stat command has many options. this makes it a great candidate for the use of alias.
-
14 interesting Linux commands in Terminal
terminal is a very powerful tool, but it can become 'interesting' through a few bash commands that quantrimang will introduce to you later. let's follow up and find out because some commands are quite useful.
-
Basic Linux commands everyone needs to know
when using linux, you should also learn basic linux commands to make operations quicker and easier. here are some basic commands on linux you should know.
-
18 Interesting Linux Commands in Terminal
terminal is a very powerful tool, but it can be made 'interesting' through a few bash commands that tipsmake.com will introduce to you below. let's follow and learn because some commands are quite useful.
-
The Cat command in Linux
the cat command (short for 'concatenate') is one of the most frequently used commands in operating systems like linux / unix. the cat command allows users to create one or more files, view file contents, join files, and redirect output in a terminal or file.
-
How to use the last command in Linux
want to know who, what time and which device to access your linux computer? please read the following article.
-
How to use ss command on Linux
the ss command is a new alternative to the classic netstat. you can use it on linux to get data about network connections. here's how to work with this helpful tool.
-
11 uses of ps command in Linux
for system administrators, ps is a frequently used tool. the ps command is used to list the processes currently running on the system, with many available filtering and display modes via flags and arguments.
-
Instructions for using zforce command on Linux
the gzip command is a popular tool used to compress / decompress files in linux. tipsmake.com presents the basics of this tool in the article: some basic terminal commands in linux mint 11.
-
How to limit access to su command in Linux
if you have added linux to your data center or are just using a single linux machine for your business, you need to make sure it is as secure as possible.
-
12 things Linux is easier to do in the command line than graphical software
graphical user interfaces (guis) were invented to make life easier for computer users, so it's very common to use them to perform most everyday tasks.
-
11 df commands in Linux (with example)
with the df command in linux, you can easily check your system for details about disk space and file size. these 12 examples of df commands will show you how to do them in detail.
-
How to use the Linux command line on Android with Termux
android is a very operating system 'capacity with more and more desktop accessibility applications. however, sometimes you want to make some things on android that can be as easy as desktop. fortunately, you can use the termux tool, which builds on the existing infrastructure and provides a
-
Instructions for using find command in Linux
the find command is one of the most important and handy commands on a linux system. as its name suggests, the command can find files on a linux pc based on a variety of conditions and variables you set.
-
How to use the history command in Linux
as you spend more and more time in terminal sessions, you will constantly find new commands that make everyday tasks more efficient. the gnu history command is one of them.
-
Instructions for using pstree command on Linux
pstree is a powerful and useful command to display processes running in linux. like the ps command, it shows all the processes that are currently active on your login system. the main difference is that when running the pstree command, processes are organized into tree sorting instead of lists
-
The dd command in Linux, How to use the dd command
dd is a command line utility for unix-like and unix operating systems, with the main purpose of converting and copying files.
-
Use the Top command to see the processes running in Linux
the top command in linux is used to display all processes running in the linux environment. this tutorial shows you how to use the top command through explaining the various parameters available and the content they display.