Basic commads for operating the amazon server files on linux bia putty
cd ..
vim for creating file
vim filename
i for insert editing mode
rm to remove
mv to move
cp to copy
-rf recurrsive function
for creating
tar cvfx nam.tgz foldername
tar -xvf filename
service httpd status
service https restart
service mysqld
check load command
top
kill -9 process id
ps aux
ps aux |grep httpd
ps aux |grep mysqld
df -h checking space
du -sh*
tar -xvf file name
/etc/httpd/conf/httpd.conf
cron
crontab -e
> /dev/null&
lsof -i:port21
vim /etc/vsftpd/vsftpd.conf
Comments
Post a Comment