Tuesday, 27 May 2014

TUTORIAL WEB SERVER 1 linux igos

praktikan@localhost ~ $ ls -l
total 20
drwxr-xr-x 3 praktikan praktikan 4096 Mei 19 09:05 Desktop
drwxr-xr-x 2 praktikan praktikan 4096 Apr 28 2012 Dokumen
drwx------ 2 praktikan praktikan 4096 Mar 24 10:49 modul keamanan komputer
-rw-r--r-- 1 root      root      1704 Mei  9 14:39 privkey.pem
drwxr-xr-x 2 praktikan praktikan 4096 Mei 21 10:59 Unduhan
praktikan@localhost ~ $ su
root@localhost /home/praktikan # ls -l
total 20
drwxr-xr-x 3 praktikan praktikan 4096 Mei 19 09:05 Desktop
drwxr-xr-x 2 praktikan praktikan 4096 Apr 28 2012 Dokumen
drwx------ 2 praktikan praktikan 4096 Mar 24 10:49 modul keamanan komputer
-rw-r--r-- 1 root      root      1704 Mei  9 14:39 privkey.pem
drwxr-xr-x 2 praktikan praktikan 4096 Mei 21 10:59 Unduhan
root@localhost /home/praktikan # service httpd start
Redirecting to /bin/systemctl start  httpd.service
root@localhost /home/praktikan # cd /var/www/html/
root@localhost /var/www/html # ls
12018108  12018130  12018130ve  12018138  12018202  info.php
root@localhost /var/www/html # 12018039
bash: 12018005: perintah tidak ditemukan
root@localhost /var/www/html # mkdi
bash: mkdi: perintah tidak ditemukan
root@localhost /var/www/html # mkdi
bash: mkdi: perintah tidak ditemukan
root@localhost /var/www/html # mkdir 12018039
root@localhost /var/www/html # ls
12018039  12018108  12018130  12018130ve  12018138  12018202  info.php
root@localhost /var/www/html # cd ironepp/
bash: cd: ironepp/: Tidak ada berkas atau direktori seperti itu
root@localhost /var/www/html # cd 12018039/
root@localhost /var/www/html/12018039 # touch index.php
root@localhost /var/www/html/12018039 # ls
index.php
root@localhost /var/www/html/12018039 # nano index.php
root@localhost /var/www/html/12018039 # nano index.php
root@localhost /var/www/html/12018039 # nano index.php
root@localhost /var/www/html/12018039 # nano index.php
root@localhost /var/www/html/12018039 # nano index.php
root@localhost /var/www/html/12018039 # ls -l
total 8
-rw-r--r-- 1 root root 29 Mei 24 11:26 aku
-rw-r--r-- 1 root root 28 Mei 24 11:31 index.php
root@localhost /var/www/html/12018039 # chmod 644
chmod: hilang operand setelah `644'
Try 'chmod --help' for more information.
root@localhost /var/www/html/12018039 # chmod 755
chmod: hilang operand setelah `755'
Try 'chmod --help' for more information.
root@localhost /var/www/html/12018039 # ls -l
total 8
-rw-r--r-- 1 root root 29 Mei 24 11:26 aku
-rw-r--r-- 1 root root 28 Mei 24 11:31 index.php
root@localhost /var/www/html/12018039 # chmod 755 index.php
root@localhost /var/www/html/12018039 # chmod

No comments:

Post a Comment

Konversi Suhu

#include <iostream> #include <conio.h> //#include <cstdlib> //#include <iostream.h> void main( float Celcius, Kelvi...