About the UNIX system
Last updated
Was this helpful?
Last updated
Was this helpful?
I/O (Input/Output, IMPORTANT): what is stdin, stdout, stderr. What does "|
" (pipe) do.
Job control (IMPORTANT): top
, kill
, jobs
, bg
, fg
, use "&" to put job in bg, nohup
What is process, what is thread?
What is , especially, what is the (most useful) PATH
variable and .
Basic navigation: pwd
, cd
, ls
(ls -l
, ls -hl
, ls -hal
, understand output of ls -l
)
Read files: cat
, less
, file
(tell you whether a file is binary or is compressed), head
, tail
, grep
, sort
Manipulate files:cp
, mv
, rm
, mkdir
, ln -s
Working with commands: type
, which
, help
, man
Permissions: chmod