Hi everyone
In this post i will write about basic shell commands.
In this post i will write about basic shell commands.
- cp - copy files and directories
- mv - move files and directories
- mkdir - create directories
- ln - make soft and hard links
- grep - print lines that match patterns
- touch - create, change and modify timestamps of a file
- wc - printing newline, word and byte counts for files
- fdisk - manipulate disk partition table
- df - manipulate disk partition table
- free - Display amount of free and used memory in the system
- top - display Linux processes
- ps - report a snapshot of the current processes
- jobs - show jobs running paused jobs in bg
- mount - mount a filesystem
- mkfs - build a Linux filesystem
- ls - list directory contents
Comments
Post a Comment