Site Tools


list-of-util-linux-commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

list-of-util-linux-commands [May 11, 2026 at 13:47] – created yanevskivlist-of-util-linux-commands [May 14, 2026 at 11:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +# List of util-linux commands
 +**util-linux** is a collection of commands provided by the Linux Kernel Organization.
  
 +A similar set of commands is [[coreutils|GNU core utilities]]. 
 +
 +The following are commands provided by until-linux.  
 +You can do `man <command>` or use the `--help` option to see what each command does.
 +```
 +addpart      agetty       blkdiscard   blkid        blkzone      
 +blockdev     cal          cfdisk       chcpu        chfn         
 +chmem        choom        chrt         chsh         col          
 +colcrt       colrm        column       coresched    ctrlaltdel   
 +delpart      dmesg        eject        fallocate    fdformat     
 +fdisk        fincore      findfs       findmnt      flock        
 +fsck         fsck.cramfs  fsck.minix   fsfreeze     fstrim       
 +getopt       hardlink     hexdump      hwclock      ionice       
 +ipcmk        ipcrm        ipcs         irqtop       isosize      
 +kill         last         ldattach     line         logger       
 +login        look         losetup      lsblk        lscpu        
 +lsfd         lsipc        lsirq        lslocks      lslogins     
 +lsmem        lsns         mcookie      mesg         mkfs         
 +mkfs.bfs     mkfs.cramfs  mkfs.minix   mkswap       more         
 +mount        mountpoint   namei        newgrp       nologin      
 +nsenter      partx        pg           pivot_root   prlimit      
 +raw          readprofile  rename       renice       reset        
 +resizepart   rev          rfkill       rtcwake      runuser      
 +script       scriptlive   scriptreplay setarch      setpriv      
 +setsid       setterm      sfdisk       su           sulogin      
 +swaplabel    swapoff      swapon       switch_root  taskset      
 +tunelp       ul           umount       unshare      utmpdump     
 +uuidd        uuidgen      uuidparse    vipw         wall         
 +wdctl        whereis      wipefs       write        zramctl      
 +```
 +
 +## Links
 +
 + - https://en.wikipedia.org/wiki/Util-linux
 + - https://www.mankier.com/package/util-linux
 + - https://www.kernel.org/pub/linux/utils/util-linux/v2.41/