Queensland University of Technology   Brisbane Australia Skip bannerSkip to content A university for the real world - Information Technology Services
QUT Home TILS Home
Staff Directory Contact us
ITS Home About ITS Assistance Services Governance

Unix For Dos Users

HPC & Research Support
About Us
Apply for System Access
User Guides
  Frequently Asked Questions
  Batch Processing
  Running Graphical Software
  Network File Storage
  Using Environment Modules
  Using Secure Shell
Guides for Linux/Unix
    Intro to Unix 1
    Intro to Unix 2
  * Unix For Dos Users
  Other Guides
  Web Links
Project Showcase & Gallery
Services & Resources
Performance Statistics
News & Updates
Client Satisfaction Results
Service Feedback

[Print-friendly version]

Command DOS UNIX
display the contents of a directory dir ls (or ls -l)
display the contents of a file type filename | more more filename
copy a file copy cp
move a file move mv
rename a file rename mv
delete a file del rm
delete a directory rmdir rm -r
create a directory mkdir mkdir
change directory cd cd
get help help command man command
print a file print lpr -Pprinter_name filename
show the date and time date & time date