12-26-2016, 03:54 AM 
		
	
	
		Assuming you have got up to this point in the Help Manual, continue with the following.
Open a terminal and do:
copy the below into it overwriting the existing contents:
then carry on with the rest of the Trim tutorial in the Help Manual.
	
	
Open a terminal and do:
Code:
sudo leafpad /etc/rc.localcopy the below into it overwriting the existing contents:
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
LOG=/var/log/trim.log
echo “*** $(date -R) ***” >> $LOG
fstrim -v / >> $LOG
echo " " >> $LOG
exit 0then carry on with the rest of the Trim tutorial in the Help Manual.
Download your free copy of Linux Lite today.
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png) 
 ![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png) 
 ![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png) 
 ![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg) 
	
	
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png) 
 ![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png) 
 ![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png) 
 ![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg) 

 
 

 
