Basic Commands: Difference between revisions

From HackRVA
Jump to navigation Jump to search
(Basic Linux Commands)
No edit summary
Line 5: Line 5:
;mkdir : make directory
;mkdir : make directory
;touch : create a file
;touch : create a file
;echo : print the string to standard output
; >> : redirect output
;top : list processes running
;top : list processes running
;cat : print the contents of a file
;cat : print the contents of a file

Revision as of 10:56, 19 March 2016

Basic Commands
ls
list directory
cd
change directory
mkdir
make directory
touch
create a file
echo
print the string to standard output
>>
redirect output
top
list processes running
cat
print the contents of a file
tail/head
print part of the contents of a file
rm
remove/delete
more
Display output one screen at a time
less
Display output one screen at a time
pwd
print working directory
env
Environment variable
export
set an environment variable
cp
copy
mv
move
shutdown
shuts down the system