bruhduh@lemmy.world to Memes@lemmy.ml · 6 months agoIt do be like thatlemmy.worldimagemessage-square22linkfedilinkarrow-up1468arrow-down113cross-posted to: [email protected]
arrow-up1455arrow-down1imageIt do be like thatlemmy.worldbruhduh@lemmy.world to Memes@lemmy.ml · 6 months agomessage-square22linkfedilinkcross-posted to: [email protected]
minus-squareForester@pawb.sociallinkfedilinkEnglisharrow-up9arrow-down5·edit-26 months agosu root cd ~ chown * root mv usr/ussr/ usr/gulag/ cd usr/gulag/ touch treason.txt touch you_and_siberia_and_stalin.txt chown usr/gulag/ 111
minus-squareForester@pawb.sociallinkfedilinkEnglisharrow-up7arrow-down1·edit-26 months agoBecause that’s the home of root the su command is used to switch user
minus-squarekungen@feddit.nulinkfedilinkarrow-up3arrow-down1·6 months agoBut “/root” has kinda always been the root user’s home directory, not the root directory /.
minus-squareTXL@sopuli.xyzlinkfedilinkarrow-up3·6 months agoIt hasn’t. That’s a fairly recent (1990’s) innovation.
minus-squarexthexder@l.sw0.comlinkfedilinkarrow-up5·6 months agoRoot’s home has been /root on every distro I’ve ever used ¯\_(ツ)_/¯
minus-squareForester@pawb.sociallinkfedilinkEnglisharrow-up1·edit-26 months agoConsumer distros vs enterprise systems would be my guess I’m from the RHEL branch
su root
cd ~
chown * root
mv usr/ussr/ usr/gulag/
cd usr/gulag/
touch treason.txt
touch you_and_siberia_and_stalin.txt
chown usr/gulag/ 111
Why’s your
$HOME
“/”?Because that’s the home of root the su command is used to switch user
But “/root” has kinda always been the root user’s home directory, not the root directory
/
.It hasn’t. That’s a fairly recent (1990’s) innovation.
Root’s home has been
/root
on every distro I’ve ever used ¯\_(ツ)_/¯Consumer distros vs enterprise systems would be my guess I’m from the RHEL branch
deleted by creator