Command - page 2

How to do Basic Math in Linux Command Line
We are using the Ubuntu command line, the Terminal, in order to perform all the mathematical operations. You can open the Terminal either through the ...
Linux PS command with examples
UNIX / Linux 7 Practical PS Command Examples for Process Monitoring List Currently Running Processes (ps -ef, ps -aux) ... List the Process based on t...
How to Master the Linux Tree Command
How do you use the tree command in Linux? How do you run the tree command? How do I get tree in Linux? How do I master Linux? How do I list all direct...
Linux Command for Uptime
Uptime is a command that returns information about how long your system has been running together with the current time, number of users with running ...
Linux Tee Command with Examples
What is tee command in Unix examples? What is TR command in Unix with example? How do you use a command tee? How install TS in Linux? How do I create ...
25 Basic Linux Commands All System Admins Should Know
20 Linux commands every sysadmin should know curl. curl transfers a URL. ... python -m json. tool / jq. ... ls. ls lists files in a directory. ... tai...
Less Command in Linux
Less is a command line utility that displays the contents of a file or a command output, one page at a time. It is similar to more , but has more adva...
Linux Sleep Command (Pause a Bash Script)
sleep is a command-line utility that allows you to suspends the calling process for a specified time. In other words, the sleep command pauses the exe...
Linux File Command
file command is used to determine the type of a file. .file type may be of human-readable(e.g. 'ASCII text') or MIME type(e.g. 'text/plain; charset=us...
How to Determine Ubuntu version trough GUI and Command Line
How do I find my Ubuntu GUI version? How do I switch between CLI and GUI in Ubuntu? How do I change my Ubuntu Graphical to command line? What is GUI m...
How to Save the Output of Command in a File using Linux Terminal
To use bash redirection, you run a command, specify the > or >> operator, and then provide the path of a file you want the output redirected ...
Bash Arithmetic Operations
What are the Bash Arithmetic Operators? Arithmetic Operator Description *, /, % multiplication, division, remainder (modulo) +, - addition, subtractio...