Basic commands
Some QNX Neutrino commands: (Very similar to Linux)
If you want to: | Use |
---|---|
Determine current directory | pwd |
Change directory | cd |
List contents of a directory | ls |
Rename (move) files and directories | mv |
Delete (remove) files | rm |
Copy files and file hierarchies | cp, scp, pax |
Create directories | mkdir |
Remove directories | rmdir, rm -rd |
Concatenate and display files | cat |
Determine how much free space on filesystem | df |
Display output on page-by-page basis | less or more |
Find files based on search criteria | find |
create hard and symbolic links | ln |
Create a “tape archive” | tar or pax |
Extract files from a .tar file | tar |
Extract files from a .tar.gz or .tgz file | pax -r or tar -xzf filename |
Cosmo was talking about ln how he messed up with the toolbox today (September 18, 2023)