UNIX_command Flashcards
List all the files in a directory
VMS:
UNIX:
List all the files in a directory
VMS: directory
UNIX: ls
Delete a file
VMS:
UNIX:
Delete a file
VMS: delete
UNIX: rm
Rename a file
VMS:
UNIX:
Rename a file
VMS: rename
UNIX: mv
Copy a file
VMS:
UNIX:
Copy a file
VMS: copy
UNIX: cp
Send a file to a printer
VMS:
UNIX:
Send a file to a printer
VMS: print
UNIX: lpr
Obtain help
VMS:
UNIX:
Obtain help
VMS: help
UNIX: man
Create a directory
VMS:
UNIX:
Create a directory
VMS: create/directory
UNIX: mkdir
Show date and time
VMS:
UNIX:
Show date and time
VMS: Show time
UNIX: date
Show users on system
VMS:
UNIX:
Show users on system
VMS: show users
UNIX: rwho
Talk to other users on system
VMS:
UNIX:
Talk to other users on system
VMS: phone
UNIX: write
TSearch for a string in a file
VMS:
UNIX:
TSearch for a string in a file
VMS: search
UNIX: grep