Linux Basic 2
Linux Basic 2
N Linux Windows
O
In linux, monolithic kernel is
4. While in this, micro kernel is used.
used.
Command Description
ls -al List all files and directories including, hidden files and other
information like permissions, size, and owner
cat file1 file2 > Combine two files named file1 and file2 and store the output in a
file3 new file file3
Networking Commands
Command Description
chmod 777 filename Assign full(read, write, and execute) permission to everyone
chmod -R 777 dirname Assign full permission to the directory and all sub-directories
chmod 766 filename Assign full permission to the owner, and read and write
permission to group and others
chown -R user:group Change the owner and group ownership of the directory and
dirname all sub-directories
Command Description
Command Description
Command Description
Command Description
dpkg -l | grep -i installed Get a list of all packages on Debian based distributions
Command Description
tar -xvf filename.tar file1.txt Untar a single file from Tar file