Skip to content

Kali Linux – Study

Installation of VLC player

#apt install vlc

#apt-get install gsettings-desktop-schemas

#apt-get update

Kali linux hidden file find

#ls -la

Show current directory

#pwd

Creating new file

#touch file.txt

Remove file

#rm file.txt

Creating new folder

#mkdir Data

Remove directory folder

#rm Data -r

Display current login user

#whoami

Executable access file

#chmod +x program.py

Fix access readonly error Editing sources.list

#sudo nano /etc/apt/sources.list

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.