Last Updated on April 21, 2023
| Commands: S-U | |
|---|---|
| screen | Keep a session open on a remote server. Manage multiple windows |
| sdiff | Compare the differences between and optionally merge 2 files |
| seq | Output a sequence of numbers to stdout |
| shutdown | Shutdown and reboot the system |
| sleep | Delay for a specified amount of time. |
| sort | Sort lines of text files |
| split | Split a file into pieces |
| su | Switch shell to another user |
| sum | Compute checksums and the number of blocks for a file |
| sync | Flushes all pending write operations to the appropriate disks |
| tac | Print and concatenate files in reverse (last line first) |
| tail | Display the last part of a file |
| tar | Archiving utility which is often combined with a compression tool e.g gzip or bzip2 |
| tee | Read from standard input and write to standard output and files (or commands) |
| test | Check file types and compare values |
| time | See how long a command takes |
| touch | Change a file access and modification times (atime, mtime) |
| top | Display dynamic real-time information about running processes |
| traceroute | Print the route packets trace to network host |
| tr | Translate characters: run replacements based on single characters / character sets |
| tsort | Perform a topological sort |
| umount | Unlink a filesystem from its mount point, making it no longer accessible |
| unexpand | Convert spaces to tabs |
| uniq | Output the unique lines from the given input or file |
| units | Provide the conversion between two units of measure. |
| useradd | Create a new user |
| usermod | Modifies a user account |
| users | Display a list of logged in users |
Pages in this article:
Page 1 – Commands: A-D
Page 2 – Commands: E-H
Page 3 – Commands: I-M
Page 4 – Commands: N-R
Page 5 – Commands: S-U
Page 6 – Commands: V-Z
All articles in this series:
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.