Command - page 9

How to Check Shutdown and Reboot Date in Linux
How to Check Shutdown and Reboot Date in Linux Last Boot. First, if you want to check when your computer last booted up, you can use the who command w...
11 Uses for the 'ps' Command in Linux
11 Uses for the 'ps' Command in Linux Show All Processes. ps -ef. ... Filter by User. ps -e -u userName. ... Filter by Process Name. ps -C name. ... F...
How to Use the Tee Command in Linux
tee Commands in Linux With Examples Basic Use. The basic syntax for the tee command is [command] | tee [options] [filename] ... Append to the Given Fi...
How to Use the Linux Terminal as a Calculator
To open it, simply type calc in a terminal and hit Enter. Like bc, you'll need to use typical operators. For example, 5 * 5 for five multiplied by fiv...
Th Most Handy du (Disk Usage) Commands in Linux
Th Most Handy du (Disk Usage) Commands in Linux du -g. ... du -L. ... du -a. ... du /path/to/file.txt. ... du -X FILE. ... du --exclude=*.o Exclude fi...
How to Make Use of the 'echo' Command in Linux
For example, Declare a variable of x and assign its value=10. Note The '-e' option in Linux acts as interpretation of escaped characters that are back...
How to Get Commands Explanation in Terminal with Kmdr
To start, type kmdr explain , after which you'll be asked to enter the command you want to learn more about. For instance, if you wanted to know what ...
Thirteen Useful Tools for Working with Text on the Command Line
Thirteen Useful Tools for Working with Text on the Command Line cat. Cat was designed to concatenate files but is most often used to display a single ...
How to Save the Terminal Output to a File in Linux
How to Save the Terminal Output to a File in Linux Using Redirection Operators. The most common and basic way to redirect output from the terminal int...
Useful Linux Commands to List Contents of a Directory
The ls command is used to list files or directories in Linux and other Unix-based operating systems. Just like you navigate in your File explorer or F...
How To Theme The Command Prompt In Windows 10
Open Start. Search for Command Prompt, and click the top result to open the console. Right-click the title bar, and select the Defaults option. Click ...
How To Access Command Prompt Without Booting To The Desktop On Windows 10
Windows 10 Installed Go to Troubleshoot>Advanced options and click the Command Prompt option. The other option is to boot directly to the Advanced ...