Package coreutils
- arch(1) β print machine hardware name (same as uname -m)
- b2sum(1) β compute and check BLAKE2 message digest
- base32(1) β base32 encode/decode data and print to standard output
- base64(1) β base64 encode/decode data and print to standard output
- basename(1) β strip directory and suffix from filenames
- basenc(1) β Encode/decode data and print to standard output
- cat(1) β concatenate files and print on the standard output
- chcon(1) β change file security context
- chgrp(1) β change group ownership
- chmod(1) β change file mode bits
- chown(1) β change file owner and group
- chroot(1) β run command or interactive shell with special root directory
- cksum(1) β compute and verify file checksums
- comm(1) β compare two sorted files line by line
- cp(1) β copy files and directories
- csplit(1) β split a file into sections determined by context lines
- cut(1) β remove sections from each line of files
- date(1) β print or set the system date and time
- dd(1) β convert and copy a file
- df(1) β report file system space usage
- dir(1) β list directory contents
- dircolors(1) β color setup for ls
- dirname(1) β strip last component from file name
- du(1) β estimate file space usage
- echo(1) β display a line of text
- env(1) β run a program in a modified environment
- expand(1) β convert tabs to spaces
- expr(1) β evaluate expressions
- factor(1) β factor numbers
- false(1) β do nothing, unsuccessfully
- fmt(1) β simple optimal text formatter
- fold(1) β wrap each input line to fit in specified width
- groups(1) β print the groups a user is in
- head(1) β output the first part of files
- hostid(1) β print the numeric identifier for the current host
- hostname(1) β set or print the name of the current host system
- id(1) β print real and effective user and group IDs
- install(1) β copy files and set attributes
- join(1) β join lines of two files on a common field
- kill(1) β send signals to processes, or list signals
- link(1) β call the link function to create a link to a file
- ln(1) β make links between files
- logname(1) β print user\'s login name
- ls(1) β list directory contents
- md5sum(1) β compute and check MD5 message digest
- mkdir(1) β make directories
- mkfifo(1) β make FIFOs (named pipes)
- mknod(1) β make block or character special files
- mksock(1) β Create unix domain sockets
- mktemp(1) β create a temporary file or directory
- mv(1) β move (rename) files
- nice(1) β run a program with modified scheduling priority
- nl(1) β number lines of files
- nohup(1) β run a command immune to hangups, with output to a non-tty
- nproc(1) β print the number of processing units available
- numfmt(1) β Convert numbers from/to human-readable strings
- od(1) β dump files in octal and other formats
- paste(1) β merge lines of files
- pathchk(1) β check whether file names are valid or portable
- pinky(1) β lightweight finger
- pr(1) β convert text files for printing
- printenv(1) β print all or part of environment
- printf(1) β format and print data
- ptx(1) β produce a permuted index of file contents
- pwd(1) β print name of current/working directory
- readlink(1) β print resolved symbolic links or canonical file names
- realpath(1) β print the resolved path
- rm(1) β remove files or directories
- rmdir(1) β remove empty directories
- runas(1) β run an executable with arbitrary argv[0]
- runcon(1) β run command with specified security context
- seq(1) β print a sequence of numbers
- sha1sum(1) β compute and check SHA1 message digest
- sha224sum(1) β compute and check SHA224 message digest
- sha256sum(1) β compute and check SHA256 message digest
- sha384sum(1) β compute and check SHA384 message digest
- sha512sum(1) β compute and check SHA512 message digest
- shred(1) β overwrite a file to hide its contents, and optionally delete it
- shuf(1) β generate random permutations
- sleep(1) β delay for a specified amount of time
- sort(1) β sort lines of text files
- split(1) β split a file into pieces
- stat(1) β display file or file system status
- stdbuf(1)
- stty(1) β change and print terminal line settings
- sum(1) β checksum and count the blocks in a file
- sync(1) β Synchronize cached writes to persistent storage
- tac(1) β concatenate and print files in reverse
- tail(1) β output the last part of files
- tee(1) β read from standard input and write to standard output and files
- test(1) β check file types and compare values
- timeout(1) β run a command with a time limit
- touch(1) β change file timestamps
- tr(1) β translate or delete characters
- true(1) β do nothing, successfully
- truncate(1) β shrink or extend the size of a file to the specified size
- tsort(1) β perform topological sort
- tty(1) β print the file name of the terminal connected to standard input
- uname(1) β print system information
- unexpand(1) β convert spaces to tabs
- uniq(1) β report or omit repeated lines
- unlink(1) β call the unlink function to remove the specified file
- users(1) β print the user names of users currently logged in to the current host
- usleep(1) β sleep some number of microseconds
- vdir(1) β list directory contents
- wc(1) β print newline, word, and byte counts for each file
- who(1) β show who is logged on
- whoami(1) β print effective user name
- yes(1) β output a string repeatedly until killed