DEV Community

JPL
JPL

Posted on

Useful Linux commands

🔹ls - List files and directories
🔹cd - Change the current directory
🔹mkdir - Create a new directory
🔹rm - Remove files or directories
🔹cp - Copy files or directories
🔹mv - Move or rename files or directories
🔹chmod - Change file or directory permissions
🔹grep - Search for a pattern in files
🔹find - Search for files and directories
🔹tar - manipulate tarball archive files
🔹vi - Edit files using text editors
🔹cat - display the content of files
🔹top - Display processes and resource usage
🔹ps - Display processes information
🔹kill - Terminate a process by sending a signal
🔹du - Estimate file space usage
🔹ifconfig - Configure network interfaces

🔹ping - Test network connectivity between hosts

PERMISSIONS IN LINUX
Source:KodeKloud
permissions-kodekloud

Source:bytebytego
permissions-byte

Links:

1.40 Useful commands

2.Most used commands

Top comments (0)