You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

CommandSummaryUseful sub-commands and optionsExample usageNotes
cat /proc/partitionsList disk partitions visible to Linux, mounted or not. Look for an unmounted device corresponding to a USB drive.

 

csetFront end for the Linux cpusets functionality for defining sets of CPUs and limiting specific processes to them.

set -c <cpus> -s <name> Create new cpuset with given name and including specified set of cpus.

set --destroy <name> Deletes the named cpuset.

proc -s <name> -e <command> Runs command on the CPUs in the named cpuset.

set -l List currently defined cpusets.

 
 

 
dpkg -lList all installed packages with summaries.   
lspciDisplays information about PCI buses and devices connected to them.
-k Show installed drivers for each connected device.Check if video cards are identified by the system correctly.

 

mount -t exfat <device> <mount-point>Mounts an exFAT drive. 

Mount an exFAT-formatted USB thumb drive partition /dev/sdb1 on /mnt/skope:

$ sudo mount -t exfat /dev/sdb1 /mnt/skope
  • Enable exFAT support by installing exfat-fuse:

$ sudo apt-get install exfat-fuse

ubuntu-drivers devicesShow devices which need drivers and the packages that can be installed to supply them. Find the recommended proprietary driver package for an installed NVIDIA GPU. 
   

 

 

     
 

 

   
  • No labels