كلما زادت طلبات التقديم التي ترسلينها، زادت فرصك في الحصول على وظيفة!
إليك لمحة عن معدل نشاط الباحثات عن عمل خلال الشهر الماضي:
عدد الفرص التي تم تصفحها
عدد الطلبات التي تم تقديمها
استمري في التصفح والتقديم لزيادة فرصك في الحصول على وظيفة!
هل تبحثين عن جهات توظيف لها سجل مثبت في دعم وتمكين النساء؟
اضغطي هنا لاكتشاف الفرص المتاحة الآن!ندعوكِ للمشاركة في استطلاع مصمّم لمساعدة الباحثين على فهم أفضل الطرق لربط الباحثات عن عمل بالوظائف التي يبحثن عنها.
هل ترغبين في المشاركة؟
في حال تم اختياركِ، سنتواصل معكِ عبر البريد الإلكتروني لتزويدكِ بالتفاصيل والتعليمات الخاصة بالمشاركة.
ستحصلين على مبلغ 7 دولارات مقابل إجابتك على الاستطلاع.
أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Kindly refer man pages of usermod (for user/s details modification) and passwd Or chpasswd (for modify user password)e.g.To change the user name#usermod -l new oldTo change the home directory#usermod -d /home/newTo change user password#passwd username(Note : By changing of user name it will not replicate the changes with previous /existing file/s, folders/s (ownership & permissions) and other, we will have to perform the tasks separately).
If you want to change the Username :
usermod -l "oldusername" "newusername"
if you want to change the password. So you should as root user and login as the user you want to change the password.
passwd "username"
Usermod Command do all possible modification for the user.