mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-25 01:43:24 -05:00
Added the sticky bit for /tmp.
This commit is contained in:
parent
31f942fc34
commit
27c51a9a5a
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# $Id: setup-debian-X11,v 1.6 2001/11/08 06:16:29 freesource Exp $
|
# $Id: setup-debian-X11,v 1.7 2001/12/06 18:36:05 freesource Exp $
|
||||||
# make_debian-X11 replacement
|
# make_debian-X11 replacement
|
||||||
|
|
||||||
# This is usually enough for a minimalistic system
|
# This is usually enough for a minimalistic system
|
||||||
@ -14,7 +14,7 @@ dpkg-reconfigure make-debian-x11
|
|||||||
#dpkg-reconfigure --all
|
#dpkg-reconfigure --all
|
||||||
|
|
||||||
chown -v -R user:user /home/user
|
chown -v -R user:user /home/user
|
||||||
chmod 777 /tmp
|
chmod 1777 /tmp
|
||||||
|
|
||||||
# swim --initdb
|
# swim --initdb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user