Linux

Linux
Lucas Acha
  • imajen dahuluk

    Keta haluhan fahe Tutan ba kolega sira ne'ebe mak hakarak Le'e

  • Imajen daruak

    keta haluha Follow hau nia pajina Acha-Ping

  • Imagen datolu

    blog husi Youtube Acha-Ping

Saturday, March 3, 2018

Terminal Linux

copy by : Cyrho


Utiliza terminal no nia fungsaun mak tuir mai ne'e







cd
funsaun : atu ba direktoria selu

chmod
fungsaun: kontrola direito asesu file no folde
clear
fungsaun: atu hamos comando sira iha terminal ne'ebe uza anterior
cp
fungsaun: atu kopia file
date
fungsaun: atu hamosu data no oras

halt
fungsaun: atu hamate sistema
history
fungsaun: atu hare comandro saida mak uza anterior
ifconfig
fungsaun: hamosu informasaun redes hanesan ip, netmask no seluk tan
ls
fungsaun: atu hare file no folder saida deit mak iha diretoria
mkdir
fungsaun: atu halo folder foun
man ls
atu hatudu matadalan saida deit mak atu uza
adduser
fungsaun atu kria user foun maibe dala barak utiliza iha root nia laran
# adduser udin
# passwd udin
cat
fungsaun : atu hamosu file iha monitor
$ cat namafile
rmdir
fungsaun : atu hamos folde ou file
wall
atu haruka mensazen no hamosu iha terminal ba user hotu ne'ebe login hela no nia utilizasaun iha super user ka root
# who Dear, everyone..... segera simpan pekerjaan kalian, server akan saya matikan 10 menit lagi.
who
atu hamosu user ne'ebe login hela no komando ne'e hamosu infomasaun
$ who
root ttyp0 May 22 11:44
flory ttyp2 May 22 11:59
pooh ttyp3 May 22 12:08

tar

Atu strak file format tar
$ tar cvf nama_file_arsip.tar namadirektori/
$ tar xvf nama_arsip.tar
$ tar tvf nama_arsip.tar

gzip

Atu kompres file .gzip
$ gzip fdsl.txt
unkompres gzip
$ gzip -d test.txt.gz

shutdown

Hamate komputer agora
# shutdown -h now
hamate komputer iha minutu 10 nia laran
# shutdown -h +10
restart agora
# shutdown -r now
obriga check file system antes restart
# shutdown -Fr now
atu aplikasaun ne'be lao iha :
$ ps -ef | more
$ ps -efH | more