linuxcommands
linuxcommands
The Linux Operating System is a type of operating system that is similar to Unix, and it is built
upon the Linux Kernel. The Linux Kernel is like the brain of the operating system because it
manages how the computer interacts with its hardware and resources. It makes sure everything
works smoothly and efficiently. But the Linux Kernel alone is not enough to make a complete
operating system.
1. Is
The ls command is commonly used to identify the files and directories in the working directory.
2. pwd
The pwd command is mostly used to print the current working directory on your terminal.
3. mkdir
This mkdir command allows you to create fresh directories in the terminal itself.
4. cd command in Linux
6. cp command in Linux
8. rm command in Linux
rm command in Linux is generally used to delete the files created in the directory.
14. whoami
The command whoami is used to display the username of the currently logged-in user.
Use: Displays the current date and time or allows you to set a new system date and time.
Use: Displays the system's uptime (how long the system has been running since the last reboot), along
with the current time, load averages, and number of users.
The uname command is used to check the complete OS information of the system.