Linux operating system increasingly used by many people because it is open source.
However, the operating system can not be separated from the name of the command and the console.
However, the operating system can not be separated from the name of the command and the console.
The following basic Linux command-command that needs to be studied so that we can use Linux as well:
cat
Example: $ cat filename
Function: Displays the contents of a file on the screen.
Example: $ cat filename
Function: Displays the contents of a file on the screen.
CD
Function: Used to move the directory as cd in windows functions.
Function: Used to move the directory as cd in windows functions.
chmod
Examples: $ chmod 777 filename / directory name
Function: Used to add and remove user permission to access files or directories.
Examples: $ chmod 777 filename / directory name
Function: Used to add and remove user permission to access files or directories.
chown
Function: Used to change owner of a file or directory.
Function: Used to change owner of a file or directory.
cp
Example: $ cp <namafile1> <namafile2>
To copy a file or copy. For example, to copy file1 to file2.
Example: $ cp <namafile1> <namafile2>
To copy a file or copy. For example, to copy file1 to file2.
find
Example: $ find. -Name *. Doc-print
Function: To find the location of a file.
Example: $ find. -Name *. Doc-print
Function: To find the location of a file.
grep
Example: $ grep <teks> <file>
Function: Used to search for files containing text with the criteria that you specify.
Example: $ grep <teks> <file>
Function: Used to search for files containing text with the criteria that you specify.
gzip
Example: $ gzip <namafile>
Function: Used to compress a file.
Example: $ gzip <namafile>
Function: Used to compress a file.
kill
Example: $ kill <sinyal> <pid>
Function: Used to stop a running process.
Example: $ kill <sinyal> <pid>
Function: Used to stop a running process.
ls
Function: Used to display the contents of a directory as the dir command in windows.
lsmod
Function: Used to look at existing modules.
Function: Used to display the contents of a directory as the dir command in windows.
lsmod
Function: Used to look at existing modules.
rmmod
Function: Used to remove the existing modules.
Function: Used to remove the existing modules.
mkdir
Example: $ mkdir <data>
Function: Used to Create the new directories as in DOS md command.
Example: $ mkdir <data>
Function: Used to Create the new directories as in DOS md command.
mv
Function: Used to move files from one location to another.
Function: Used to move files from one location to another.
pwd
Function: Used to display the name of the directory where you currently are.
Function: Used to display the name of the directory where you currently are.
passwd
Function: Used to change the root password.
Function: Used to change the root password.
ps aux
Function: Used to view the processes currently running.
Function: Used to view the processes currently running.
rm
Function: Used to delete the file, but by default rm command does not remove directories.
Function: Used to delete the file, but by default rm command does not remove directories.
rmdir
Function: Used to delete an empty directory.
Function: Used to delete an empty directory.
rpm
Function: Used to install the rpm file.
Function: Used to install the rpm file.
su
Function: Used to temporarily login as another user.
Function: Used to temporarily login as another user.
start
Function: A command to run the service.
Function: A command to run the service.
stop
Function: A command to stop the service.
Function: A command to stop the service.
shutdown
Function: A command to shut down the system.
Function: A command to shut down the system.
tar
Example: $ tar <aksi> <option> <file or direktori>
Function: Save and extract files from media such as tape drives or hard disk.
Example: $ tar <aksi> <option> <file or direktori>
Function: Save and extract files from media such as tape drives or hard disk.
unzip
Example: $ unzip <namafile>
Function: Used to extract or describe the compressed zip file.
Example: $ unzip <namafile>
Function: Used to extract or describe the compressed zip file.
WHO
Function: Used to display anyone being logged.
Function: Used to display anyone being logged.
Hopefully SUCCESS...
Description : COMMAND-COMMAND BASIC FOR LINUX
URL : http://indra-combination.blogspot.com/2012/03/command-command-basic-for-linux.html
Permalink : COMMAND-COMMAND BASIC FOR LINUX
URL : http://indra-combination.blogspot.com/2012/03/command-command-basic-for-linux.html
Permalink : COMMAND-COMMAND BASIC FOR LINUX

