switch to users :su god(user name)、exit set root password :sudo passwd root check out kernel version :uname -r generate 'config.gz' file(the compressed package of '.config') :modprobe configs check the current path:pwd enter current user root directory:cd ~ check thread:top check process...
Of course, it is easy to customize using the GUI while getting better control of what you can change. But, knowing the commands is also necessary in case you startusing WSLor access a remote server using SSH; you can customize your experience no matter what. If you are not much into cu...
Learn how you can get help about using Linux commands in the final chapter of the Terminal Basics series.These days, you can search the internet for the usage and examples of any command. But it was not like this when the internet didn't exist, or it was not as widely available to ...
A Complete Set of Linux commands in your pocket, using Markdown to write a detailed explanation of commands. Easy for users to quickly query Linux commands and how to use them. All Linux commands are offline, easy to search and use.Uutta...
LinuxIDCcollationcollection,canbesomeveryusefulLinux terminalcommands,methodsofuseforyourreference. Filedirectoryclass 1.builddirectory:MKDIRdirectoryname 2.deletetheemptydirectory:thermdirdirectoryname 3.unconditionallydeletesubdirectories:RM-rfdirectory name ...
1. Clear Linux Terminal Using clear Command Theclearcommand is one of themost commonly used commandsfor clearing the Linux terminal. This command simply clears the terminal screen including its scroll-back buffers. To understand the usage of the command, let’s execute a few commands in the ter...
Terminator, available through the Ubuntu repository, is a Terminal emulator that allows you to run commands, split the screen, set profiles, and adjust other flexible settings. How do I install Terminator? Terminator is available through most of the Linux default repositories. Hence, to install it...
Here are five commands that let you view the content of a file in Linux terminal. 5 commands to view files in Linux Before you how to view a file in Unix like systems, let me clarify that when I am referring to text files here. There are different tools and commands if you want to...
Keep Linux Process Running After Logout We will use thedisowncommand, which is used after the process has been executed and put in the background, its work is to remove a shell job from the shell’s active list jobs, therefore you will not usefg,bgcommands on that particular job anymore...
This is where the command line comes in handy. The terminal is often called the command prompt or the shell. In days gone by, this was the way the user interacted with the computer; however, Linux users have found that the use of the shell can be quicker than a graphical method and ...