• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Basic Linux Commands | Cheat Sheet (1 Viewer)

Currently reading:
 Basic Linux Commands | Cheat Sheet (1 Viewer)

Recently searched:

satanskarisma

Member
LV
1
Joined
Apr 24, 2023
Threads
11
Likes
8
Awards
5
Credits
1,649©
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.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom