Listed below are some primary Linux instructions:
ls
: listing recordsdata and directories within the present listing.cd
: change the present listing.pwd
: print the present working listing.mkdir
: create a brand new listing.rmdir
: take away an empty listing.rm
: take away recordsdata or directories.cp
: copy recordsdata or directories.mv
: transfer or rename recordsdata or directories.cat
: show the contents of a file.grep
: seek for a sample in a file.chmod
: change file permissions.sudo
: run a command as a superuser.prime
: show system useful resource utilization.ps
: show details about energetic processes.kill
: terminate a course of.
These are only a few of the numerous instructions accessible in Linux. You’ll be able to be taught extra about every command and its choices through the use of the man
command adopted by the command you wish to be taught extra about. For instance, man ls
will show the handbook web page for the ls
command.