twitter
    Let`s Get some Action

Belajar Linux Part 3

[root@localhost~]#adduser labk
[root@localhost~]#passwd linux
[root@localhost~]unix password linux
[root@localhost~]#su labk (mengaktifkan user)
[root@localhostlabk]cd
[root@localhostlabk]#mkdir buku
[root@localhostlabk]#cd buku
[root@localhostbuku]#mkdir novel
[root@localhostbuku]#mkdir cerpen
[root@localhostbuku]#cd cerpen
[root@localhostcerpen]#cat>olahraga
bulutangkis adalah olahraga kebanggaan bangsa indonesia
lahir bintang - bintang yg mengharumkan bangsa dan negara
salah satunya taufik hidayat,susi susanti,dll
maka dari itu kita harus melestarikannya.

ctrl+c(untuk menyimpan)
[root@localhostcerpen]#ln olahraga /home/labk/buku
[root@localhostcerpen]#cd
[root@localhostbuku]#cd buku
[root@localhostbuku]#cat>latihan
isi file olahraga
[root@localhostbuku]#gzip latihan
[root@localhostbuku]#ln latihan /home/labk/novel
[root@localhostbuku]#cd
[root@localhostbuku]#cd buku
history


alias
alias perintah baru ='perintah lama'

unalias
unalias perintah baru

backup
hardlink
ln nmfile alamatdirtujuan

softlink
ln -s nmfile alamatdirtujuan

untuk mengkompress file
gzip nmfile
untuk membaca file terkompress
zcat nmfile

mengekstrak file
gunzip nmfile

0 komentar:

Posting Komentar

Related Posts Plugin for WordPress, Blogger...