Common Linux Commands Flashcards
what does the command shred accomplish:
it destroys files
what is the purpose of the tail command?
by default it reads the last 10 lines of text
what does the touch command do ?
the easiest way to create new empty files
what does the command uname do ?
provides basic information about a system’s software and hardware.
what does the command w do?
shows who is logged into the system and what they are doing?
name the command that provides brief descriptions of command line programs and other topics related to unix-like operation systems
whatis
what does the whoami command do ?
returns the user name of the owner of the current login session.
name the command that reads the kernel messages?
dmesg
what command shows the sizes of directories and files?
du
what command finds files and directories?:
locate
what is the root directory?
it is the directory at the very top of the hierarchy of directories