How to Secure /tmp using files
- Category : Linux Helpline (Easy Guide)
- Posted on : Jul 05, 2019
- Views : 2,082
- By : Odalis J.
Securing /tmp is easy in a web hosting linux server , if you don’t have a partition for /tmp
1) create a raw file of size 5 GB as follows
dd if=/dev/zero of=/usr/tmpfile bs=1M count=5000
2) Format it using ext3 file system
mkfs.ext3 /usr/tmpfile
3) Add the mount entry in /etc/fstab as follows
/usr/tmpfile /tmp ext3 loop,nosuid,noexec,rw 0 0
4) Stop apache and mysql
/etc/init.d/httpd stop /etc/init.d/mysqld stop
5) Move the current /tmp and mount as follows,
mv /tmp /tmp.old mkdir /tmp rm -rf /var/tmp ln -s /tmp /var/tmp mount -a chmod 1777 /tmp
6) Start mysql and apache
/etc/init.d/mysqld start /etc/init.d/httpd start
Categories
Subscribe Now
10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!Archive Calendar
Sat | Sun | Mon | Tue | Wed | Thu | Fri |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
Recent Articles
-
Posted on : Jul 25
-
Posted on : Jul 07
-
Posted on : Apr 07
-
Posted on : Mar 19
Optimized my.cnf configuration for MySQL 8 (on cPanel/WHM servers)
Tags
- layer 7
- tweak
- kill
- process
- sql
- Knowledge
- vpn
- seo vpn
- wireguard
- webmail
- ddos mitigation
- attack
- ddos
- DMARC
- server load
- Development
- nginx
- php-fpm
- cheap vpn
- Hosting Security
- xampp
- Plesk
- cpulimit
- VPS Hosting
- smtp
- smtp relay
- exim
- Comparison
- cpu
- WHM
- mariadb
- encryption
- sysstat
- optimize
- Link Building
- apache
- centos
- Small Business
- VPS
- Error
- SSD Hosting
- Networking
- optimization
- DNS
- mysql
- ubuntu
- Linux