Upload formatted_linux_commands.csv
Browse files- formatted_linux_commands.csv +270 -0
formatted_linux_commands.csv
ADDED
|
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Instruction,Input,Output
|
| 2 |
+
Respond with the appropriate Linux command for the user's question.,Start a new process in the background,&
|
| 3 |
+
Respond with the appropriate Linux command for the user's question.,Create an alias •,alias
|
| 4 |
+
Respond with the appropriate Linux command for the user's question.,Search Help manual pages (man -k),apropos
|
| 5 |
+
Respond with the appropriate Linux command for the user's question.,Search for and install software packages (Debian/Ubuntu),apt
|
| 6 |
+
Respond with the appropriate Linux command for the user's question.,Search for and install software packages (Debian/Ubuntu),apt-get
|
| 7 |
+
Respond with the appropriate Linux command for the user's question.,Search for and install software packages (Debian/Ubuntu),aptitude
|
| 8 |
+
Respond with the appropriate Linux command for the user's question.,Spell Checker,aspell
|
| 9 |
+
Respond with the appropriate Linux command for the user's question.,Schedule a command to run once at a particular time,at
|
| 10 |
+
Respond with the appropriate Linux command for the user's question.,"Find and Replace text, database sort/validate/index",awk
|
| 11 |
+
Respond with the appropriate Linux command for the user's question.,Strip directory and suffix from filenames,basename
|
| 12 |
+
Respond with the appropriate Linux command for the user's question.,Base32 encode/decode data and print to standard output,base32
|
| 13 |
+
Respond with the appropriate Linux command for the user's question.,Base64 encode/decode data and print to standard output,base64
|
| 14 |
+
Respond with the appropriate Linux command for the user's question.,GNU Bourne-Again SHell,bash
|
| 15 |
+
Respond with the appropriate Linux command for the user's question.,Arbitrary precision calculator language,bc
|
| 16 |
+
Respond with the appropriate Linux command for the user's question.,Send to background,bg
|
| 17 |
+
Respond with the appropriate Linux command for the user's question.,Set or display readline key and function bindings •,bind
|
| 18 |
+
Respond with the appropriate Linux command for the user's question.,Exit from a loop •,break
|
| 19 |
+
Respond with the appropriate Linux command for the user's question.,Run a shell builtin,builtin
|
| 20 |
+
Respond with the appropriate Linux command for the user's question.,Compress or decompress named file(s),bzip2
|
| 21 |
+
Respond with the appropriate Linux command for the user's question.,Display a calendar,cal
|
| 22 |
+
Respond with the appropriate Linux command for the user's question.,Return the context of any active subroutine call •,caller
|
| 23 |
+
Respond with the appropriate Linux command for the user's question.,Conditionally perform a command,case
|
| 24 |
+
Respond with the appropriate Linux command for the user's question.,Concatenate and print (display) the content of files,cat
|
| 25 |
+
Respond with the appropriate Linux command for the user's question.,Change Directory,cd
|
| 26 |
+
Respond with the appropriate Linux command for the user's question.,Partition table manipulator for Linux,cfdisk
|
| 27 |
+
Respond with the appropriate Linux command for the user's question.,Change file attributes on a Linux file system,chattr
|
| 28 |
+
Respond with the appropriate Linux command for the user's question.,Change group ownership,chgrp
|
| 29 |
+
Respond with the appropriate Linux command for the user's question.,Change access permissions,chmod
|
| 30 |
+
Respond with the appropriate Linux command for the user's question.,Change file owner and group,chown
|
| 31 |
+
Respond with the appropriate Linux command for the user's question.,Update passwords in batch mode,chpasswd
|
| 32 |
+
Respond with the appropriate Linux command for the user's question.,Run a command with a different root directory,chroot
|
| 33 |
+
Respond with the appropriate Linux command for the user's question.,System services (runlevel),chkconfig
|
| 34 |
+
Respond with the appropriate Linux command for the user's question.,Print CRC checksum and byte counts,cksum
|
| 35 |
+
Respond with the appropriate Linux command for the user's question.,Compare two files,cmp
|
| 36 |
+
Respond with the appropriate Linux command for the user's question.,Compare two sorted files line by line,comm
|
| 37 |
+
Respond with the appropriate Linux command for the user's question.,Run a command - ignoring shell functions •,command
|
| 38 |
+
Respond with the appropriate Linux command for the user's question.,Resume the next iteration of a loop •,continue
|
| 39 |
+
Respond with the appropriate Linux command for the user's question.,Copy one or more files to another location,cp
|
| 40 |
+
Respond with the appropriate Linux command for the user's question.,Copy files to and from archives,cpio
|
| 41 |
+
Respond with the appropriate Linux command for the user's question.,Daemon to execute scheduled commands,cron
|
| 42 |
+
Respond with the appropriate Linux command for the user's question.,Schedule a command to run at a later time,crontab
|
| 43 |
+
Respond with the appropriate Linux command for the user's question.,Split a file into context-determined pieces,csplit
|
| 44 |
+
Respond with the appropriate Linux command for the user's question.,Transfer data from or to a server,curl
|
| 45 |
+
Respond with the appropriate Linux command for the user's question.,Divide a file into several parts,cut
|
| 46 |
+
Respond with the appropriate Linux command for the user's question.,Display or change the date & time,date
|
| 47 |
+
Respond with the appropriate Linux command for the user's question.,Desk Calculator,dc
|
| 48 |
+
Respond with the appropriate Linux command for the user's question.,"Data Duplicator - convert and copy a file, write disk headers, boot records",dd
|
| 49 |
+
Respond with the appropriate Linux command for the user's question.,Data recovery tool,ddrescue
|
| 50 |
+
Respond with the appropriate Linux command for the user's question.,Declare variables and give them attributes •,declare
|
| 51 |
+
Respond with the appropriate Linux command for the user's question.,Display free disk space,df
|
| 52 |
+
Respond with the appropriate Linux command for the user's question.,Display the differences between two files,diff
|
| 53 |
+
Respond with the appropriate Linux command for the user's question.,Show differences among three files,diff3
|
| 54 |
+
Respond with the appropriate Linux command for the user's question.,DNS lookup,dig
|
| 55 |
+
Respond with the appropriate Linux command for the user's question.,Briefly list directory contents,dir
|
| 56 |
+
Respond with the appropriate Linux command for the user's question.,Colour setup for 'ls',dircolors
|
| 57 |
+
Respond with the appropriate Linux command for the user's question.,Convert a full pathname to just a path,dirname
|
| 58 |
+
Respond with the appropriate Linux command for the user's question.,Display list of remembered directories,dirs
|
| 59 |
+
Respond with the appropriate Linux command for the user's question.,Windows/MAC to UNIX text file format converter,dos2unix
|
| 60 |
+
Respond with the appropriate Linux command for the user's question.,Print kernel & driver messages,dmesg
|
| 61 |
+
Respond with the appropriate Linux command for the user's question.,Package manager (Debian/Ubuntu).,dpkg
|
| 62 |
+
Respond with the appropriate Linux command for the user's question.,Estimate file space usage,du
|
| 63 |
+
Respond with the appropriate Linux command for the user's question.,Display message on screen •,echo
|
| 64 |
+
Respond with the appropriate Linux command for the user's question.,Search file(s) for lines that match an extended expression,egrep
|
| 65 |
+
Respond with the appropriate Linux command for the user's question.,Eject removable media,eject
|
| 66 |
+
Respond with the appropriate Linux command for the user's question.,Enable and disable builtin shell commands •,enable
|
| 67 |
+
Respond with the appropriate Linux command for the user's question.,Environment variables,env
|
| 68 |
+
Respond with the appropriate Linux command for the user's question.,Evaluate several commands/arguments,eval
|
| 69 |
+
Respond with the appropriate Linux command for the user's question.,Execute a command,exec
|
| 70 |
+
Respond with the appropriate Linux command for the user's question.,Exit the shell,exit
|
| 71 |
+
Respond with the appropriate Linux command for the user's question.,Convert tabs to spaces,expand
|
| 72 |
+
Respond with the appropriate Linux command for the user's question.,Set an environment variable,export
|
| 73 |
+
Respond with the appropriate Linux command for the user's question.,Evaluate expressions,expr
|
| 74 |
+
Respond with the appropriate Linux command for the user's question.,"Do nothing, unsuccessfully",false
|
| 75 |
+
Respond with the appropriate Linux command for the user's question.,Low-level format a floppy disk,fdformat
|
| 76 |
+
Respond with the appropriate Linux command for the user's question.,Partition table manipulator for Linux,fdisk
|
| 77 |
+
Respond with the appropriate Linux command for the user's question.,Send job to foreground,fg
|
| 78 |
+
Respond with the appropriate Linux command for the user's question.,Search file(s) for lines that match a fixed string,fgrep
|
| 79 |
+
Respond with the appropriate Linux command for the user's question.,Determine file type,file
|
| 80 |
+
Respond with the appropriate Linux command for the user's question.,Search for files that meet a desired criteria,find
|
| 81 |
+
Respond with the appropriate Linux command for the user's question.,Reformat paragraph text,fmt
|
| 82 |
+
Respond with the appropriate Linux command for the user's question.,Wrap text to fit a specified width,fold
|
| 83 |
+
Respond with the appropriate Linux command for the user's question.,"Expand words, and execute commands",for
|
| 84 |
+
Respond with the appropriate Linux command for the user's question.,File system consistency check and repair,fsck
|
| 85 |
+
Respond with the appropriate Linux command for the user's question.,File Transfer Protocol,ftp
|
| 86 |
+
Respond with the appropriate Linux command for the user's question.,Define Function Macros,function
|
| 87 |
+
Respond with the appropriate Linux command for the user's question.,Identify/kill the process that is accessing a file,fuser
|
| 88 |
+
Respond with the appropriate Linux command for the user's question.,Find and Replace text within file(s),gawk
|
| 89 |
+
Respond with the appropriate Linux command for the user's question.,Parse positional parameters,getopts
|
| 90 |
+
Respond with the appropriate Linux command for the user's question.,Get file access control lists,getfacl
|
| 91 |
+
Respond with the appropriate Linux command for the user's question.,Search file(s) for lines that match a given pattern,grep
|
| 92 |
+
Respond with the appropriate Linux command for the user's question.,Add a user security group,groupadd
|
| 93 |
+
Respond with the appropriate Linux command for the user's question.,Delete a group,groupdel
|
| 94 |
+
Respond with the appropriate Linux command for the user's question.,Modify a group,groupmod
|
| 95 |
+
Respond with the appropriate Linux command for the user's question.,Print group names a user is in,groups
|
| 96 |
+
Respond with the appropriate Linux command for the user's question.,Compress or decompress named file(s),gzip
|
| 97 |
+
Respond with the appropriate Linux command for the user's question.,Remember the full pathname of a name argument,hash
|
| 98 |
+
Respond with the appropriate Linux command for the user's question.,Output the first part of file(s),head
|
| 99 |
+
Respond with the appropriate Linux command for the user's question.,Command History,history
|
| 100 |
+
Respond with the appropriate Linux command for the user's question.,Print or set system name,hostname
|
| 101 |
+
Respond with the appropriate Linux command for the user's question.,Interactive process viewer,htop
|
| 102 |
+
Respond with the appropriate Linux command for the user's question.,Convert the character set of a file,iconv
|
| 103 |
+
Respond with the appropriate Linux command for the user's question.,Print user and group id's,id
|
| 104 |
+
Respond with the appropriate Linux command for the user's question.,Conditionally perform a command,if
|
| 105 |
+
Respond with the appropriate Linux command for the user's question.,Configure a network interface,ifconfig
|
| 106 |
+
Respond with the appropriate Linux command for the user's question.,Stop a network interface,ifdown
|
| 107 |
+
Respond with the appropriate Linux command for the user's question.,Start a network interface up,ifup
|
| 108 |
+
Respond with the appropriate Linux command for the user's question.,Capture an X server screen and save the image to file,import
|
| 109 |
+
Respond with the appropriate Linux command for the user's question.,Copy files and set attributes,install
|
| 110 |
+
Respond with the appropriate Linux command for the user's question.,Report CPU and i/o statistics,iostat
|
| 111 |
+
Respond with the appropriate Linux command for the user's question.,"Routing, devices and tunnels",ip
|
| 112 |
+
Respond with the appropriate Linux command for the user's question.,List active jobs •,jobs
|
| 113 |
+
Respond with the appropriate Linux command for the user's question.,Join lines on a common field,join
|
| 114 |
+
Respond with the appropriate Linux command for the user's question.,Kill a process by specifying its PID,kill
|
| 115 |
+
Respond with the appropriate Linux command for the user's question.,Kill processes by name,killall
|
| 116 |
+
Respond with the appropriate Linux command for the user's question.,List cached Kerberos tickets,klist
|
| 117 |
+
Respond with the appropriate Linux command for the user's question.,Display output one screen at a time,less
|
| 118 |
+
Respond with the appropriate Linux command for the user's question.,Perform arithmetic on shell variables •,let
|
| 119 |
+
Respond with the appropriate Linux command for the user's question.,Create a link to a file,link
|
| 120 |
+
Respond with the appropriate Linux command for the user's question.,Create a symbolic link to a file,ln
|
| 121 |
+
Respond with the appropriate Linux command for the user's question.,Create a function variable •,local
|
| 122 |
+
Respond with the appropriate Linux command for the user's question.,Find files,locate
|
| 123 |
+
Respond with the appropriate Linux command for the user's question.,Print current login name,logname
|
| 124 |
+
Respond with the appropriate Linux command for the user's question.,Exit a login shell •,logout
|
| 125 |
+
Respond with the appropriate Linux command for the user's question.,Display lines beginning with a given string,look
|
| 126 |
+
Respond with the appropriate Linux command for the user's question.,Line printer control program,lpc
|
| 127 |
+
Respond with the appropriate Linux command for the user's question.,Print files,lpr
|
| 128 |
+
Respond with the appropriate Linux command for the user's question.,Remove jobs from the print queue,lprm
|
| 129 |
+
Respond with the appropriate Linux command for the user's question.,List file attributes on a Linux second extended file system,lsattr
|
| 130 |
+
Respond with the appropriate Linux command for the user's question.,List block devices,lsblk
|
| 131 |
+
Respond with the appropriate Linux command for the user's question.,List information about file(s),ls
|
| 132 |
+
Respond with the appropriate Linux command for the user's question.,List open files,lsof
|
| 133 |
+
Respond with the appropriate Linux command for the user's question.,List all PCI devices,lspci
|
| 134 |
+
Respond with the appropriate Linux command for the user's question.,Help manual,man
|
| 135 |
+
Respond with the appropriate Linux command for the user's question.,Read lines from standard input into an indexed array variable •,mapfile
|
| 136 |
+
Respond with the appropriate Linux command for the user's question.,Create new folder(s),mkdir
|
| 137 |
+
Respond with the appropriate Linux command for the user's question.,Make FIFOs (named pipes),mkfifo
|
| 138 |
+
Respond with the appropriate Linux command for the user's question.,Make a file,mkfile
|
| 139 |
+
Respond with the appropriate Linux command for the user's question.,Make block or character special files,mknod
|
| 140 |
+
Respond with the appropriate Linux command for the user's question.,Make a temporary file,mktemp
|
| 141 |
+
Respond with the appropriate Linux command for the user's question.,Display output one screen at a time,more
|
| 142 |
+
Respond with the appropriate Linux command for the user's question.,Browse or page through a text file,most
|
| 143 |
+
Respond with the appropriate Linux command for the user's question.,Mount a file system,mount
|
| 144 |
+
Respond with the appropriate Linux command for the user's question.,Manipulate MS-DOS files,mtools
|
| 145 |
+
Respond with the appropriate Linux command for the user's question.,Network diagnostics (traceroute/ping),mtr
|
| 146 |
+
Respond with the appropriate Linux command for the user's question.,Move or rename files or directories,mv
|
| 147 |
+
Respond with the appropriate Linux command for the user's question.,Mass Move and rename (files),mmv
|
| 148 |
+
Respond with the appropriate Linux command for the user's question.,"Netcat, read and write data across networks",nc
|
| 149 |
+
Respond with the appropriate Linux command for the user's question.,Networking connections/stats,netstat
|
| 150 |
+
Respond with the appropriate Linux command for the user's question.,nftables for packet filtering and classification,nft
|
| 151 |
+
Respond with the appropriate Linux command for the user's question.,Set the priority of a command or job,nice
|
| 152 |
+
Respond with the appropriate Linux command for the user's question.,Number lines and write files,nl
|
| 153 |
+
Respond with the appropriate Linux command for the user's question.,Run a command immune to hangups,nohup
|
| 154 |
+
Respond with the appropriate Linux command for the user's question.,Send desktop notifications,notify-send
|
| 155 |
+
Respond with the appropriate Linux command for the user's question.,Query Internet name servers interactively,nslookup
|
| 156 |
+
Respond with the appropriate Linux command for the user's question.,Open a file in its default application,open
|
| 157 |
+
Respond with the appropriate Linux command for the user's question.,Operator access,op
|
| 158 |
+
Respond with the appropriate Linux command for the user's question.,Modify a user password,passwd
|
| 159 |
+
Respond with the appropriate Linux command for the user's question.,Merge lines of files,paste
|
| 160 |
+
Respond with the appropriate Linux command for the user's question.,Performance analysis tools for Linux,Perf
|
| 161 |
+
Respond with the appropriate Linux command for the user's question.,Test a network connection,ping
|
| 162 |
+
Respond with the appropriate Linux command for the user's question.,List processes by name,pgrep
|
| 163 |
+
Respond with the appropriate Linux command for the user's question.,Kill processes by name,pkill
|
| 164 |
+
Respond with the appropriate Linux command for the user's question.,Restore the previous value of the current directory,popd
|
| 165 |
+
Respond with the appropriate Linux command for the user's question.,Prepare files for printing,pr
|
| 166 |
+
Respond with the appropriate Linux command for the user's question.,Print environment variables,printenv
|
| 167 |
+
Respond with the appropriate Linux command for the user's question.,Format and print data •,printf
|
| 168 |
+
Respond with the appropriate Linux command for the user's question.,Process status,ps
|
| 169 |
+
Respond with the appropriate Linux command for the user's question.,Save and then change the current directory,pushd
|
| 170 |
+
Respond with the appropriate Linux command for the user's question.,Monitor the progress of data through a pipe,pv
|
| 171 |
+
Respond with the appropriate Linux command for the user's question.,Print Working Directory,pwd
|
| 172 |
+
Respond with the appropriate Linux command for the user's question.,Display disk usage and limits,quota
|
| 173 |
+
Respond with the appropriate Linux command for the user's question.,Scan a file system for disk usage,quotacheck
|
| 174 |
+
Respond with the appropriate Linux command for the user's question.,ram disk device,ram
|
| 175 |
+
Respond with the appropriate Linux command for the user's question.,Archive files with compression,rar
|
| 176 |
+
Respond with the appropriate Linux command for the user's question.,Copy files between two machines,rcp
|
| 177 |
+
Respond with the appropriate Linux command for the user's question.,Read a line from standard input •,read
|
| 178 |
+
Respond with the appropriate Linux command for the user's question.,Read from stdin into an array variable •,readarray
|
| 179 |
+
Respond with the appropriate Linux command for the user's question.,Mark variables/functions as readonly,readonly
|
| 180 |
+
Respond with the appropriate Linux command for the user's question.,Rename files,rename
|
| 181 |
+
Respond with the appropriate Linux command for the user's question.,Exit a shell function,return
|
| 182 |
+
Respond with the appropriate Linux command for the user's question.,Reverse lines of a file,rev
|
| 183 |
+
Respond with the appropriate Linux command for the user's question.,Remove files,rm
|
| 184 |
+
Respond with the appropriate Linux command for the user's question.,Remove folder(s),rmdir
|
| 185 |
+
Respond with the appropriate Linux command for the user's question.,Remote file copy (Synchronize file trees),rsync
|
| 186 |
+
Respond with the appropriate Linux command for the user's question.,"Multiplex terminal, run remote shells via ssh",screen
|
| 187 |
+
Respond with the appropriate Linux command for the user's question.,Secure copy (remote file copy),scp
|
| 188 |
+
Respond with the appropriate Linux command for the user's question.,Merge two files interactively,sdiff
|
| 189 |
+
Respond with the appropriate Linux command for the user's question.,Stream Editor,sed
|
| 190 |
+
Respond with the appropriate Linux command for the user's question.,Accept user choices via keyboard input,select
|
| 191 |
+
Respond with the appropriate Linux command for the user's question.,Print numeric sequences,seq
|
| 192 |
+
Respond with the appropriate Linux command for the user's question.,Manipulate shell variables and functions,set
|
| 193 |
+
Respond with the appropriate Linux command for the user's question.,Set file access control lists.,setfacl
|
| 194 |
+
Respond with the appropriate Linux command for the user's question.,Compute and check SHA256 (256-bit) checksums,sha256sum
|
| 195 |
+
Respond with the appropriate Linux command for the user's question.,Shift positional parameters,shift
|
| 196 |
+
Respond with the appropriate Linux command for the user's question.,Shell Options,shopt
|
| 197 |
+
Respond with the appropriate Linux command for the user's question.,Generate random permutations,shuf
|
| 198 |
+
Respond with the appropriate Linux command for the user's question.,Shutdown or restart linux,shutdown
|
| 199 |
+
Respond with the appropriate Linux command for the user's question.,Delay for a specified time,sleep
|
| 200 |
+
Respond with the appropriate Linux command for the user's question.,Find files,slocate
|
| 201 |
+
Respond with the appropriate Linux command for the user's question.,Sort text files,sort
|
| 202 |
+
Respond with the appropriate Linux command for the user's question.,Run commands from a file '.' •,source
|
| 203 |
+
Respond with the appropriate Linux command for the user's question.,Split a file into fixed-size pieces,split
|
| 204 |
+
Respond with the appropriate Linux command for the user's question.,Socket Statistics,ss
|
| 205 |
+
Respond with the appropriate Linux command for the user's question.,Secure Shell client (remote login program),ssh
|
| 206 |
+
Respond with the appropriate Linux command for the user's question.,Display file or file system status,stat
|
| 207 |
+
Respond with the appropriate Linux command for the user's question.,Trace system calls and signals,strace
|
| 208 |
+
Respond with the appropriate Linux command for the user's question.,Substitute user identity,su
|
| 209 |
+
Respond with the appropriate Linux command for the user's question.,Execute a command as another user,sudo
|
| 210 |
+
Respond with the appropriate Linux command for the user's question.,Print a checksum for a file,sum
|
| 211 |
+
Respond with the appropriate Linux command for the user's question.,Suspend execution of this shell •,suspend
|
| 212 |
+
Respond with the appropriate Linux command for the user's question.,Synchronize data on disk with memory,sync
|
| 213 |
+
Respond with the appropriate Linux command for the user's question.,Set tabs on a terminal,tabs
|
| 214 |
+
Respond with the appropriate Linux command for the user's question.,Output the last part of a file,tail
|
| 215 |
+
Respond with the appropriate Linux command for the user's question.,"Store, list or extract files in an archive",tar
|
| 216 |
+
Respond with the appropriate Linux command for the user's question.,Redirect output to multiple files,tee
|
| 217 |
+
Respond with the appropriate Linux command for the user's question.,Evaluate a conditional expression,test
|
| 218 |
+
Respond with the appropriate Linux command for the user's question.,Measure Program running time,time
|
| 219 |
+
Respond with the appropriate Linux command for the user's question.,Run a command with a time limit,timeout
|
| 220 |
+
Respond with the appropriate Linux command for the user's question.,User and system times,times
|
| 221 |
+
Respond with the appropriate Linux command for the user's question.,Terminal multiplexer,tmux
|
| 222 |
+
Respond with the appropriate Linux command for the user's question.,Change file timestamps,touch
|
| 223 |
+
Respond with the appropriate Linux command for the user's question.,List processes running on the system,top
|
| 224 |
+
Respond with the appropriate Linux command for the user's question.,"Set terminal-dependent capabilities, color, position",tput
|
| 225 |
+
Respond with the appropriate Linux command for the user's question.,Trace Route to Host,traceroute
|
| 226 |
+
Respond with the appropriate Linux command for the user's question.,Execute a command when the shell receives a signal •,trap
|
| 227 |
+
Respond with the appropriate Linux command for the user's question.,"Translate, squeeze, and/or delete characters",tr
|
| 228 |
+
Respond with the appropriate Linux command for the user's question.,"Do nothing, successfully",true
|
| 229 |
+
Respond with the appropriate Linux command for the user's question.,Topological sort,tsort
|
| 230 |
+
Respond with the appropriate Linux command for the user's question.,Print filename of terminal on stdin,tty
|
| 231 |
+
Respond with the appropriate Linux command for the user's question.,Describe a command •,type
|
| 232 |
+
Respond with the appropriate Linux command for the user's question.,Limit user resources •,ulimit
|
| 233 |
+
Respond with the appropriate Linux command for the user's question.,Users file creation mask,umask
|
| 234 |
+
Respond with the appropriate Linux command for the user's question.,Remove an alias •,unalias
|
| 235 |
+
Respond with the appropriate Linux command for the user's question.,Print system information,uname
|
| 236 |
+
Respond with the appropriate Linux command for the user's question.,Convert spaces to tabs,unexpand
|
| 237 |
+
Respond with the appropriate Linux command for the user's question.,Uniquify files,uniq
|
| 238 |
+
Respond with the appropriate Linux command for the user's question.,Convert units from one scale to another,units
|
| 239 |
+
Respond with the appropriate Linux command for the user's question.,UNIX to Windows or MAC text file format converter,unix2dos
|
| 240 |
+
Respond with the appropriate Linux command for the user's question.,Extract files from a rar archive,unrar
|
| 241 |
+
Respond with the appropriate Linux command for the user's question.,Remove variable or function names,unset
|
| 242 |
+
Respond with the appropriate Linux command for the user's question.,Unpack shell archive scripts,unshar
|
| 243 |
+
Respond with the appropriate Linux command for the user's question.,Execute commands (until error),until
|
| 244 |
+
Respond with the appropriate Linux command for the user's question.,Create new user account,useradd
|
| 245 |
+
Respond with the appropriate Linux command for the user's question.,Delete a user account,userdel
|
| 246 |
+
Respond with the appropriate Linux command for the user's question.,Modify user account,usermod
|
| 247 |
+
Respond with the appropriate Linux command for the user's question.,List users currently logged in,users
|
| 248 |
+
Respond with the appropriate Linux command for the user's question.,Encode a binary file,uuencode
|
| 249 |
+
Respond with the appropriate Linux command for the user's question.,Decode a file created by uuencode,uudecode
|
| 250 |
+
Respond with the appropriate Linux command for the user's question.,Text Editor,vi
|
| 251 |
+
Respond with the appropriate Linux command for the user's question.,Report virtual memory statistics,vmstat
|
| 252 |
+
Respond with the appropriate Linux command for the user's question.,Show who is logged on and what they are doing,w
|
| 253 |
+
Respond with the appropriate Linux command for the user's question.,Wait for a process to complete •,wait
|
| 254 |
+
Respond with the appropriate Linux command for the user's question.,Execute/display a program periodically,watch
|
| 255 |
+
Respond with the appropriate Linux command for the user's question.,"Print byte, word, and line counts",wc
|
| 256 |
+
Respond with the appropriate Linux command for the user's question.,"Search the user's $path, man pages and source files for a program",whereis
|
| 257 |
+
Respond with the appropriate Linux command for the user's question.,Search the user's $path for a program file,which
|
| 258 |
+
Respond with the appropriate Linux command for the user's question.,Execute commands,while
|
| 259 |
+
Respond with the appropriate Linux command for the user's question.,Print all usernames currently logged in,who
|
| 260 |
+
Respond with the appropriate Linux command for the user's question.,Print the current user id and name ('id -un'),whoami
|
| 261 |
+
Respond with the appropriate Linux command for the user's question.,Send a message to another user,write
|
| 262 |
+
Respond with the appropriate Linux command for the user's question.,"Execute utility, passing constructed argument list(s)",xargs
|
| 263 |
+
Respond with the appropriate Linux command for the user's question.,Open a file or URL in the user's preferred application.,xdg-open
|
| 264 |
+
Respond with the appropriate Linux command for the user's question.,Make a hexdump or do the reverse,xxd
|
| 265 |
+
Respond with the appropriate Linux command for the user's question.,Compress or decompress .xz and .lzma files,xz
|
| 266 |
+
Respond with the appropriate Linux command for the user's question.,Print a string until interrupted,yes
|
| 267 |
+
Respond with the appropriate Linux command for the user's question.,Package and compress (archive) files,zip
|
| 268 |
+
Respond with the appropriate Linux command for the user's question.,Run a command script in the current shell,.
|
| 269 |
+
Respond with the appropriate Linux command for the user's question.,Run the last command again,!!
|
| 270 |
+
Respond with the appropriate Linux command for the user's question.,Comment / Remark,###
|