operating systems Online Quiz - 40
Description: operating systems Online Quiz - 40 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: operating systems |
Command to create directory?
Command to rename file?
Command for find out what directory you are in?
Command for count characters, words, lines?
Command for changing directories.
Commands for changing directories?
Command which deletes one or more files?
Command which List the contents of one or more directory?
Commands which is used to view and edit files?
Command to exit from the command interpreter?
Command to search for text within a file?
Command to erase and prepare a disk drive?
Command to display one page at a time?
Command to change one variable or string to another?
chmod options filename --- lets you change the read, write, and execute permissions on your files.
ls --- lists your files
ls -l --- lists your files in 'long format', which contains lots of useful information,
ff --- find files anywhere on the system.
kill PID --- kills (ends) the processes with the ID you gave.
wc filename --- tells you how many lines, words, and characters there are in a file