

bad behaviour, such as having unpaid debts, doing undeclared work or links to extremist organisations.
Is such a bad summary, and all of the people prasing this law in this comment section as well, fail to mention a very important other “bad behaviour” which is suppose to be included in this law: Being a fucking VICTIM of a crime. They have been saying this since day one. Victims of crimes needs to be deported.
Their resoning is that someone being victim of a crime is probably living in a social situation which the far-right government deem inappropriate. Like “undeclared work”; is your boss not paying their taxes for your work? You need to go.
This law is there because it is the first step in creating an apartheid. If you have a single parent born in a foreign country – the far right is even talking about their worry about “third generation” immigrants – they should not be considered Swedish. Punishments for them they say must be different, you must always be threatened with deportation. You should not have access to public services and so on.
This law is a fucking god-send for neo-nazis. Can you imagine? Immigrants who are victims of crime gets deported. Assault them, rape them, and they will be deported if they say anything. But the neo-nazi can go home and have dinner with their family. This is probably what the current government wants as one minister has an active club neo-nazi son! He is not being deported because he is in an extremist organization! Oh, wait, sorry it is just “kids with an interest in fitness”, as several government party reps have been saying about actual neo-nazis.






On your disk drive, where you store files, files are organized by the filesystem. The filsystem consists of, among other things, directories and files. Directories can contain contain other directories as well as files.
The
pwdcommand tells you where in the filesystem you are now – in which directory. The commandlslists the contents of that directory, that is, which other directories and files are in there. The list thatlsshows is not a list directly stored somewhere, but generated when you run the command. The command basically asks the filesystem something like “what is the content of the filesystem at this directory”, and it gets a reply, then it formats it into a nice list to present to you, the user.