Skip to content

Latest commit

 

History

History
106 lines (106 loc) · 14.1 KB

todo.md

File metadata and controls

106 lines (106 loc) · 14.1 KB
Name Category Description Status
chcon File Utilities Changes file security context (SELinux) TODO
chgrp File Utilities Changes file group ownership TODO
chown File Utilities Changes file ownership TODO
chmod File Utilities Changes the permissions of a file or directory TODO
cp File Utilities Copies a file or directory TODO
dd File Utilities Copies and converts a file TODO
df File Utilities Shows disk free space on file systems TODO
dir File Utilities Is exactly like ls -C -b. (Files are by default listed in columns and sorted vertically) TODO
dircolors File Utilities Set up color for ls TODO
install File Utilities Copies files and set attributes TODO
ln File Utilities Creates a link to a file TODO
ls File Utilities Lists the files in a directory TODO
mkdir File Utilities Creates a directory TODO
mkfifo File Utilities Makes names pipes (FIFOs) TODO
mknod File Utilities Makes block or character special files TODO
mktemp File Utilities Creates a temporary file or directory TODO
mv File Utilities Moves or rename files TODO
realpath File Utilities Returns the resolved absolute or relative path for a file TODO
rm File Utilities Removes (deletes) files, directories, device nodes, and symbolic links TODO
rmdir File Utilities Removes empty directories TODO
shred File Utilities Overwrites a file to hide its contents, and optionally deletes it TODO
sync File Utilities Flushes file system buffers TODO
touch File Utilities Changes file timestamps; creates file TODO
truncate File Utilities Shrink or extend the size of a file to the specified size TODO
vdir File Utilities Is exactly like ls -l -b. (Files are by default listed in long format) TODO
b2sum Text Utilities Computes and checks BLAKE2b message digest TODO
base32 Text Utilities Encodes or decodes Base32, and prints result to standard output TODO
base64 Text Utilities Encodes or decodes Base64, and prints result to standard output TODO
cat Text Utilities Concatenates and prints files on the standard output TODO
cksum Text Utilities Checksums (IEEE Ethernet CRC-32) and count the bytes in a file TODO
comm Text Utilities Compares the two sorted files line by line TODO
csplit Text Utilities Splits a file into sections determined by context lines TODO
cut Text Utilities Removes sections from each line of a file TODO
expand Text Utilities Converts tabs to spaces TODO
fmt Text Utilities Simple optimal text formatter TODO
fold Text Utilities Wraps each input line to fit in specified width TODO
head Text Utilities Outputs the first part of files TODO
join Text Utilities Joins lines of two files on a common field TODO
md5sum Text Utilities Computes and checks MD5 message digest TODO
nl Text Utilities Numbers lines of files TODO
numfmt Text Utilities Reformat numbers TODO
od Text Utilities Dumps files in octal and other formats TODO
paste Text Utilities Merges lines of files TODO
ptx Text Utilities Produces a permuted index of file contents TODO
pr Text Utilities Converts text files for printing TODO
sha1sum Text Utilities Computes and checks SHA-1/SHA-2 message digests TODO
sha224sum Text Utilities Computes and checks SHA-1/SHA-2 message digests TODO
sha256sum Text Utilities Computes and checks SHA-1/SHA-2 message digests TODO
sha384sum Text Utilities Computes and checks SHA-1/SHA-2 message digests TODO
sha512sum Text Utilities Computes and checks SHA-1/SHA-2 message digests TODO
shuf Text Utilities Generate random permutations TODO
sort Text Utilities Sort lines of text files TODO
split Text Utilities Splits a file into pieces TODO
sum Text Utilities Checksums and counts the blocks in a file TODO
tac Text Utilities Concatenates and prints fiels in reverse order line by line TODO
tail Text Utilities Outputs the last part of files TODO
tr Text Utilities Translates or deletes characters TODO
tsort Text Utilities Performs a topological sort TODO
unexpand Text Utilities Converts spaces to tabs TODO
uniq Text Utilities Removes duplicate lines from a sorted file TODO
wc Text Utilities Prints the number of bytes, words, and lines in files TODO
arch Shell Utilities Prints machine hardware name (same as uname -m) TODO
basename Shell Utilities Removes the path prefix from a given pathname TODO
chroot Shell Utilities Changes the root directory TODO
date Shell Utilities Prints or sets the system date and time TODO
dirname Shell Utilities Strips non-directory suffex from file name TODO
du Shell Utilities Shows disk usage on file systems TODO
echo Shell Utilities Displays a specified line of text TODO
env Shell Utilities Displays and modifies environment variables TODO
expr Shell Utilities Evaluates expressions TODO
factor Shell Utilities Factors numbers TODO
false Shell Utilities Does nothing, but exits unsuccessfully Done
groups Shell Utilities Prints the groups of which the user is a member TODO
hostid Shell Utilities Prints the numeric identifier for the current host TODO
id Shell Utilities Prints the real or effective UID and GID TODO
link Shell Utilities Creates a link to a file TODO
logname Shell Utilities Prints the user's login name Done
nice Shell Utilities Modifies scheduling priority TODO
nohup Shell Utilities Allows a command to continue running after loggin out TODO
nproc Shell Utilities Queries the number of (active) processors Done
pathchk Shell Utilities Checks whether fiels names are valid or portable TODO
pinky Shell Utilities A lightweight version of finger TODO
printenv Shell Utilities Prints environment variables TODO
printf Shell Utilities Formats and prints data TODO
pwd Shell Utilities Prints the current working directory TODO
readlink Shell Utilities Displays value of symbolic link TODO
runcon Shell Utilities Run command with specified security context TODO
seq Shell Utilities Prints a sequence of number TODO
sleep Shell Utilities Delays for a specified amount of time TODO
stat Shell Utilities Returns data about an inode TODO
stdbuf Shell Utilities Controls buffering for commands that use stdio TODO
stty Shell Utilities Changes and prints terminal line settings TODO
tee Shell Utilities Sends output to multiple files TODO
test Shell Utilities Evaluates an expression TODO
timeout Shell Utilities Run a command with a time limit TODO
true Shell Utilities Does nothing, but exits successfully Done
tty Shell Utilities Prints terminal name Done
uname Shell Utilities Prints system information TODO
unlink Shell Utilities Removes the specified file using the unlink function TODO
uptime Shell Utilities Tells how long the system has been running TODO
users Shell Utilities Prints the user names of users currently logged into the current host TODO
who Shell Utilities Prints a list of all users currently logged in TODO
whoami Shell Utilities Prints the effective userid Done
yes Shell Utilities Prints a string repeatedly Done