Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Kali Linux and Linux Commands Line List-5
Home
Linux
Kali Linux and Linux Commands Line List-5
0
votes
asked
Jan 7, 2020
in
Linux
by
MBarbieri
Kali Linux and Linux Commands Line List-5
#kalilinux
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 7, 2020
by
MBarbieri
Linux Command
Functions
traceroute
Trace Route to Host
trap
Run a command when a signal is set(bourne)
true
Do nothing, successfully
tsort
Topological sort
tty
Print filename of terminal on stdin
type
Describe a command
ulimit
Limit user resources
umask
Users file creation mask
umount
Unmount a device
unalias
Remove an alias
uname
Print system information
unexpand
Convert spaces to tabs
uniq
Uniquify files
units
Convert units from one scale to another
unset
Remove variable or function names
unshar
Unpack shell archive scripts
until
Execute commands (until error)
uptime
Show uptime
useradd
Create new user account
usermod
Modify user account
users
List users currently logged in
uudecode
Decode a file created by uuencode
uuencode
Encode a binary file
v
Verbosely list directory contents (`ls -l -b’)
vdir
Verbosely list directory contents (`ls -l -b’)
vi
Text Editor
vmstat
Report virtual memory statistics
wait
Wait for a process to complete
watch
Execute/display a program periodically
wc
Print byte, word, and line counts
wget
Retrieve web pages or files via HTTP, HTTPS or FTP
whereis
Search the user’s $path, man pages and source files for a program
which
Search the user’s $path for a program file
while
Execute commands
who
Print all usernames currently logged in
whoami
Print the current user id and name (`id -un’)
write
Send a message to another user
xargs
Execute utility, passing constructed argument lists
xdg-open
Open a file or URL in the user’s preferred application
yes
Print a string until interrupted
...