Command Line Windows Flashcards
1
Q
chown
A
chown command enables you to change or transfer the ownership of a file to the specified username.
2
Q
chmod
A
used to change the read, write, and execute permissions of files and directories
3
Q
head or tail
A
begining or end
4
Q
grep
A
search for any word in a file
5
Q
find
A
find file in a directory
6
Q
locate
A
file find anywhere
7
Q
mv
A
move file
8
Q
cp
A
copy file
9
Q
cat>filename
A
creates file
10
Q
cat
A
11
Q
ls -al
A
all files with detailed info
12
Q
ls -a
A
list files including hidden
13
Q
ls -R
A
lists all files including sub directory
14
Q
pwd
A
linux path of currenty working directory
15
Q
ipconfig
A
display network ipsettings information