Basic Linux Commands | Cheat Sheet | General Hacking | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Basic Linux Commands | Cheat Sheet

Basic Linux Commands | Cheat Sheet

LV
1
 

satanskarisma

Member
Joined
Apr 24, 2023
Threads
11
Likes
7
Awards
4
Credits
1,434©
Cash
0$
CommandDescription
lsList files and directories
cdChange directory
pwdPrint working directory
mkdirCreate a directory (folder)
rmRemove files and directories. Use 'rm -rf <directory>' to remove a folder with files inside
cpCopy files and directories
mvMove or rename files and directories. To rename, use 'mv <directory> <new_directory_name>'.
touchCreate an empty file or update file timestamps
catConcatenate and display file content
lessView file content one page at a time
headDisplay the first lines of a file
tailDisplay the last lines of a file
grepSearch for patterns in files
findSearch for files and directories
tarCreate or extract compressed archives
chmodChange file permissions
chownChange file ownership
chgrpChange group ownership
manDisplay the manual pages for a command
sshSecurely connect to a remote server
scpSecurely copy files between local and remote systems
sudoExecute a command with root privileges
dfDisplay disk space usage
duEstimate file and directory sizes
topMonitor system processes
psDisplay running processes
killTerminate processes
ifconfigConfigure network interfaces
pingTest network connectivity to a host
wgetDownload files from the web
curlTransfer data from or to a server
historyView command history
clearClear the terminal screen
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Bottom